Skip to content

aaronksaunders/ns-vue-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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