5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 19:20:40 +08:00
wails/cmd/templates/vuebasic/frontend/README.md
2019-02-15 21:11:42 +11:00

36 lines
368 B
Markdown

# vue basic
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).