Jolaolu / nativescript-vue

Repository for "Building Native mobile apps with Nativescript Vue" article

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-unspalsh

A native application built with NativeScript-Vue

Usage

# 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 <platform>

# Build for production
tns build <platform> --env.production

About

Repository for "Building Native mobile apps with Nativescript Vue" article


Languages

Language:JavaScript 86.4%Language:Vue 12.1%Language:CSS 1.6%