This commit is contained in:
luyuan 2021-03-03 11:09:10 +08:00
parent 706e69fd77
commit ef1c0ea79f
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -2,22 +2,22 @@
## Project setup ## Project setup
``` ```
yarn install npm 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
``` ```
### Lints and fixes files ### Lints and fixes files
``` ```
yarn lint npm run lint
``` ```
### Customize configuration ### Customize configuration