Go to file
Vishnu Raghav B cff2dea334 cleanup
2020-11-10 23:58:48 +05:30
.update_backup cleanup 2020-11-10 23:58:48 +05:30
.vscode initial commit 2020-09-15 16:40:16 +05:30
app cleanup 2020-11-10 23:58:48 +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
LICENSE updated app icons, moves resources into app 2020-11-07 18:03:07 +05:30
nativescript.config.ts updated app icons, moves resources into app 2020-11-07 18:03:07 +05:30
package-lock.json cleanup 2020-11-10 23:58:48 +05:30
package.json cleanup 2020-11-10 23:58:48 +05:30
README.md cleanup 2020-11-10 23:58:48 +05:30
webpack.config.js before update 2 2020-10-21 23:56:19 +05:30

EnRecipes

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