edit README

This commit is contained in:
hbrwang 2020-12-03 11:32:34 +08:00
parent 14dda931e6
commit 2f9f9bd8f9

View File

@ -1,24 +1,25 @@
# frps # frps
## 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
```
### Customize configuration ```
See [Configuration Reference](https://cli.vuejs.org/config/). npm run lint
```