Skip to content

Latest commit

History

History
35 lines (24 loc) 路 1.08 KB

README.md

File metadata and controls

35 lines (24 loc) 路 1.08 KB

Groceries Vue

Built With NativeScript-Vue

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/)

Video demo

Groceries-vue video demo

Usage

# 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>