Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigor789/nativescript-vue-sidedrawer-demo
A demo with SideDrawer and the vue-cli template
https://github.com/rigor789/nativescript-vue-sidedrawer-demo
Last synced: 11 days ago
JSON representation
A demo with SideDrawer and the vue-cli template
- Host: GitHub
- URL: https://github.com/rigor789/nativescript-vue-sidedrawer-demo
- Owner: rigor789
- Created: 2018-05-11T20:32:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T06:57:15.000Z (over 6 years ago)
- Last Synced: 2024-12-20T16:37:48.110Z (22 days ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
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
npm run build
npm run build:# Build, watch for changes and debug the application
npm run debug
npm run debug:# Build, watch for changes and run the application
npm run watch
npm run watch:# Clean the NativeScript application instance (i.e. rm -rf dist)
npm run clean
```> When invoking the various npm scripts, omitting the platform will attempt to launch `tns` for both platforms, which will only work in a properly configured OSX environment.
For detailed instructions, see https://github.com/nativescript-vue/vue-cli-template