Go to file
2020-11-07 02:13:32 +05:30
.vscode initial commit 2020-09-15 16:40:16 +05:30
app updated icons, status bar dynamic icons colors 2020-11-07 02:13:32 +05:30
App_Resources/Android updated icons, status bar dynamic icons colors 2020-11-07 02:13:32 +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 optimized recipe editing 2020-11-02 17:06:53 +05:30
package-lock.json updated icons, status bar dynamic icons colors 2020-11-07 02:13:32 +05:30
package.json updated icons, status bar dynamic icons colors 2020-11-07 02:13:32 +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