enrecipes/README.md

24 lines
354 B
Markdown
Raw Normal View History

2020-11-10 18:28:48 +00:00
# EnRecipes
2020-09-15 11:10:16 +00:00
> A native application built with NativeScript-Vue
## Usage
``` bash
# 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
```