Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 671 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 671 Bytes
# App > ## 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# App