2020-08-07 15:12:19 +08:00
|
|
|
# zhgdyun
|
|
|
|
|
|
|
|
|
|
## Project setup
|
|
|
|
|
```
|
2025-04-10 15:21:38 +08:00
|
|
|
yarn install
|
2020-08-07 15:12:19 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
|
```
|
2025-04-10 15:21:38 +08:00
|
|
|
yarn run dev
|
2020-08-07 15:12:19 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
|
```
|
|
|
|
|
npm run build
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Customize configuration
|
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|