Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/tralves/groceries-ns-vue

🍏 🍍 🍓 A NativeScript+Vue iOS and Android app for managing grocery lists
https://github.com/tralves/groceries-ns-vue

nativescript nativescript-vue vuejs

Last synced: 3 months ago
JSON representation

🍏 🍍 🍓 A NativeScript+Vue iOS and Android app for managing grocery lists

Lists

README

        

# Groceries Vue

[![Built With NativeScript-Vue](https://img.shields.io/badge/built_with-nativescript--vue-42B883.svg)](https://nativescript-vue.org/#/)

Groceries Vue is an app for managing grocery lists.

Groceries Vue is also a clone of [sample-Groceries](https://github.com/NativeScript/sample-Groceries)
built with [nativescript-vue](https://github.com/rigor789/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/](https://github.com/jiraiya972/nativescript-vue-cli-template/))

## Video demo

[![Groceries-vue video demo](https://img.youtube.com/vi/4CdLCR_sYPc/0.jpg)](https://www.youtube.com/watch?v=4CdLCR_sYPc)

## Usage

``` bash
# Install dependencies
npm install

# Build, watch for changes and run the application
tns run

# Build, watch for changes and debug the application
tns debug
```