An open API service indexing awesome lists of open source software.

https://github.com/aaronksaunders/ns-vue-2


https://github.com/aaronksaunders/ns-vue-2

javascript mobile-development nativescript nativescript-vue vue vue-cli vue-router

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# nsvueapp

> NativeScript-Vue application

## Usage

``` bash
# 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
```