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: 7 days ago
JSON representation
🍏 🍍 🍓 A NativeScript+Vue iOS and Android app for managing grocery lists
- Host: GitHub
- URL: https://github.com/tralves/groceries-ns-vue
- Owner: tralves
- Created: 2017-09-21T05:20:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:18:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-05T00:40:35.429Z (18 days ago)
- Topics: nativescript, nativescript-vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 14.2 MB
- Stars: 303
- Watchers: 16
- Forks: 65
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```