Go to file
2020-10-24 23:32:35 +05:30
.vscode initial commit 2020-09-15 16:40:16 +05:30
app implemented couchbase, fs image import, zip export 2020-10-24 23:32:35 +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 implemented couchbase, fs image import, zip export 2020-10-24 23:32:35 +05:30
package.json implemented couchbase, fs image import, zip export 2020-10-24 23:32:35 +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