|
@ -2,19 +2,22 @@
|
|
|
|
|
|
## Project setup
|
|
## Project setup
|
|
```
|
|
```
|
|
yarn install
|
|
|
|
|
|
npm run install
|
|
```
|
|
```
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
```
|
|
yarn serve
|
|
|
|
|
|
npm run serve
|
|
```
|
|
```
|
|
|
|
|
|
### Compiles and minifies for production
|
|
### Compiles and minifies for production
|
|
```
|
|
```
|
|
yarn build
|
|
|
|
|
|
npm run build
|
|
```
|
|
```
|
|
|
|
|
|
|
|
打包上传服务器
|
|
|
|
172.26.0.107
|
|
|
|
|
|
### Customize configuration
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
|
|