frp/web/frps/README.md
2020-12-03 20:20:48 +08:00

26 lines
229 B
Markdown

# frps
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```