https://github.com/webmasterdevlin/nativescript-vue-vuex
This ToDo App is a Vuex state management implmentation in NativeScript-Vue.
https://github.com/webmasterdevlin/nativescript-vue-vuex
Last synced: 9 months ago
JSON representation
This ToDo App is a Vuex state management implmentation in NativeScript-Vue.
- Host: GitHub
- URL: https://github.com/webmasterdevlin/nativescript-vue-vuex
- Owner: webmasterdevlin
- Created: 2019-06-07T10:58:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:37:23.000Z (over 3 years ago)
- Last Synced: 2025-02-11T13:22:13.544Z (over 1 year ago)
- Language: JavaScript
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript-Vue Application
> A native application built with NativeScript-Vue
## Usage
``` bash
# Install dependencies
npm install
# Build for production
tns build --bundle
# Build, watch for changes and debug the application
tns debug --bundle
# Build, watch for changes and run the application
tns run --bundle
```