Go to file
Vishnu Raghav B 7c102fe518 dev-webpack
2020-10-23 11:55:05 +05:30
.vscode initial commit 2020-09-15 16:40:16 +05:30
app dev-webpack 2020-10-23 11:55:05 +05:30
types initial commit 2020-09-15 16:40:16 +05:30
.gitignore initial commit 2020-09-15 16:40:16 +05:30
babel.config.js initial commit 2020-09-15 16:40:16 +05:30
nativescript.config.ts before update 2 2020-10-21 23:56:19 +05:30
package-lock.json dev-webpack 2020-10-23 11:55:05 +05:30
package.json dev-webpack 2020-10-23 11:55:05 +05:30
README.md initial commit 2020-09-15 16:40:16 +05:30
webpack.config.js before update 2 2020-10-21 23:56:19 +05:30

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