enrecipes/README.md
Vishnu Raghav B cff2dea334 cleanup
2020-11-10 23:58:48 +05:30

354 B

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