Groceries Vue is an app for managing grocery lists.
Groceries Vue is also a clone of sample-Groceries built with nativescript-vue. It showcases the potential of the NativeScript platform using the Vue.js.
This project uses:
- Vue.js!
- Vuex;
- NativeScript components;
- NativeScript animation;
- NativeScript http lib to connect to a backend service;
- NativeScript
nativescript-vue-cli-template
(see jiraiya972/nativescript-vue-cli-template/)
# Install dependencies
npm install
# Build, watch for changes and run the application
tns run <platform>
# Build, watch for changes and debug the application
tns debug <platform>