https://github.com/bchiang7/nativescript-vue-todo
https://nativescript-vue.org/en/docs/getting-started/playground-tutorial/
https://github.com/bchiang7/nativescript-vue-todo
nativescript nativescript-vue
Last synced: about 1 year ago
JSON representation
https://nativescript-vue.org/en/docs/getting-started/playground-tutorial/
- Host: GitHub
- URL: https://github.com/bchiang7/nativescript-vue-todo
- Owner: bchiang7
- Created: 2019-01-17T20:16:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T19:27:10.000Z (almost 6 years ago)
- Last Synced: 2025-03-19T01:11:17.737Z (about 1 year ago)
- Topics: nativescript, nativescript-vue
- Language: JavaScript
- Homepage:
- Size: 3.02 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript-Vue Application
> A native application built with NativeScript-Vue
## Set up
Make sure your machine is properly configured with [NativeScript's Full Setup](https://docs.nativescript.org/start/quick-setup#full-setup)
## 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
```