frp/web/frps/README.md

34 lines
312 B
Markdown
Raw Normal View History

2020-12-04 10:36:32 +08:00
# frps & frpc
2020-11-23 15:26:56 +08:00
## Project setup
2020-12-03 11:32:34 +08:00
2020-11-23 15:26:56 +08:00
```
2020-12-03 11:32:34 +08:00
npm install
2020-11-23 15:26:56 +08:00
```
### Compiles and hot-reloads for development
2020-12-03 11:32:34 +08:00
2020-12-04 10:09:53 +08:00
```shell
# frps
npm run serve:s
# frpc
npm run serve:c
2020-11-23 15:26:56 +08:00
```
### Compiles and minifies for production
2020-12-03 11:32:34 +08:00
2020-12-04 10:09:53 +08:00
```shell
# frps
npm run build:s
# frpc
npm run build:c
2020-11-23 15:26:56 +08:00
```
### Lints and fixes files
2020-12-03 11:32:34 +08:00
2020-11-23 15:26:56 +08:00
```
2020-12-03 11:32:34 +08:00
npm run lint
2020-11-23 15:26:56 +08:00
```