Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 251 Bytes

nsvueapp

NativeScript-Vue application

Usage

# 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