frp/web/README.md
2021-01-25 20:41:51 +08:00

37 lines
337 B
Markdown

# frps & frpc
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```shell
# frps
npm run serve:s
# frpc
npm run serve:c
```
### Compiles and minifies for production
```shell
# frps
npm run build:s
# frpc
npm run build:c
# all
npm run build:all
```
### Lints and fixes files
```
npm run lint
```