mirror of
https://github.com/fatedier/frp.git
synced 2026-05-01 05:29:10 +08:00
some dashboard refactor (#2101)
This commit is contained in:
25
web/frps/README.md
Normal file
25
web/frps/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user