Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denisnp/nativescript-vue-ts-sample


https://github.com/denisnp/nativescript-vue-ts-sample

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        

# NativeScript-Vue Application

> A native application built with NativeScript-Vue

## Usage

``` bash
# Install dependencies
npm install

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

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

# Build for production
tns build --env.production

```