einnar82 / nativescript-vue-boilerplate

A basic nativescript vue boilerplate for developing mobile apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeScript-Vue Application

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

A basic nativescript vue boilerplate for developing mobile apps


Languages

Language:JavaScript 94.8%Language:Vue 2.2%Language:TypeScript 2.0%Language:CSS 1.0%