wails-template-vue/frontend/README.md

26 lines
274 B
Markdown
Raw Normal View History

2021-09-08 18:40:35 +08:00
# wails-template-vue
2021-09-08 08:58:58 +08:00
## Project setup
2021-09-08 18:40:35 +08:00
2021-09-08 08:58:58 +08:00
```
npm install
```
### Compiles and hot-reloads for development
2021-09-08 18:40:35 +08:00
2021-09-08 08:58:58 +08:00
```
2021-09-08 18:40:35 +08:00
npm run dev
2021-09-08 08:58:58 +08:00
```
### Compiles and minifies for production
2021-09-08 18:40:35 +08:00
2021-09-08 08:58:58 +08:00
```
npm run build
```
2021-09-08 18:40:35 +08:00
### Open the web server to preview the packaged resources
```
npm run serve
```