wails-template-vue/frontend/README.md
2021-09-08 18:40:53 +08:00

26 lines
274 B
Markdown

# wails-template-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Open the web server to preview the packaged resources
```
npm run serve
```