https://github.com/aaronksaunders/ns-vue-2
https://github.com/aaronksaunders/ns-vue-2
javascript mobile-development nativescript nativescript-vue vue vue-cli vue-router
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronksaunders/ns-vue-2
- Owner: aaronksaunders
- Created: 2018-02-18T19:03:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T16:06:21.000Z (over 8 years ago)
- Last Synced: 2025-06-18T16:49:40.774Z (12 months ago)
- Topics: javascript, mobile-development, nativescript, nativescript-vue, vue, vue-cli, vue-router
- Language: JavaScript
- Size: 1.83 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nsvueapp
> NativeScript-Vue application
## Usage
``` bash
# Install dependencies
npm install
# Build for production
npm run build:android
npm run build:ios
# Watch for changes and run the application
npm run watch:android
npm run watch:ios
```