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

https://github.com/bchiang7/nativescript-vue-todo

https://nativescript-vue.org/en/docs/getting-started/playground-tutorial/
https://github.com/bchiang7/nativescript-vue-todo

nativescript nativescript-vue

Last synced: about 1 year ago
JSON representation

https://nativescript-vue.org/en/docs/getting-started/playground-tutorial/

Awesome Lists containing this project

README

          

# NativeScript-Vue Application

> A native application built with NativeScript-Vue

## Set up

Make sure your machine is properly configured with [NativeScript's Full Setup](https://docs.nativescript.org/start/quick-setup#full-setup)

## Usage

```bash
# Install dependencies
npm install

# Build for production
tns build --bundle

# Build, watch for changes and debug the application
tns debug --bundle

# Build, watch for changes and run the application
tns run --bundle
```