2021-08-09 17:28:48 +08:00
|
|
|
# dawa-vue
|
2021-08-08 01:48:05 +08:00
|
|
|
|
2021-08-09 17:28:48 +08:00
|
|
|
## Project setup
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
2021-08-08 01:48:05 +08:00
|
|
|
|
2021-08-09 17:28:48 +08:00
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
npm run serve
|
|
|
|
```
|
2021-08-08 01:48:05 +08:00
|
|
|
|
2021-08-09 17:28:48 +08:00
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
2021-08-08 01:48:05 +08:00
|
|
|
|
2021-08-09 17:28:48 +08:00
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|