frp/web/frps/README.md

26 lines
229 B
Markdown
Raw Normal View History

2020-11-23 15:26:56 +08:00
# frps
## 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-11-23 15:26:56 +08:00
```
2020-12-03 11:32:34 +08:00
npm run serve
2020-11-23 15:26:56 +08:00
```
### Compiles and minifies for production
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 build
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
```