https://github.com/aaronksaunders/ns-vue-sample-app
NativeScript+VueJS Sample Application - Modified version of app generated from nativescript-vue-rollup-template
https://github.com/aaronksaunders/ns-vue-sample-app
nativescript vue vue-router vuejs
Last synced: about 2 months ago
JSON representation
NativeScript+VueJS Sample Application - Modified version of app generated from nativescript-vue-rollup-template
- Host: GitHub
- URL: https://github.com/aaronksaunders/ns-vue-sample-app
- Owner: aaronksaunders
- Created: 2018-01-26T15:13:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T15:13:19.000Z (over 7 years ago)
- Last Synced: 2025-01-21T20:11:26.991Z (3 months ago)
- Topics: nativescript, vue, vue-router, vuejs
- Language: JavaScript
- Size: 2.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# NativeScript+VueJS Sample Application
Modified version of app generated from [nativescript-vue-rollup-template](https://github.com/tralves/nativescript-vue-rollup-template)
### To Run App
In two separate terminals run:
```
# terminal 1
rollup -c -w# terminal 2
cd tns
tns run android
# or
tns run ios
```### To Clean App
```
# first...
tns platform remove ios# then...
cd tns
tns platform remove ios
# or
tns platform remove android
```### Adding External Modules
At this point it seems like the `node_modules` directory in the `tns` director is where you need to add the packages you want included in the build, not ideal but I personally think the process for building nativescript+vue is still not ready for prime time