mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
26 lines
262 B
Markdown
26 lines
262 B
Markdown
|
# frpc-dashboard
|
||
|
|
||
|
## Project Setup
|
||
|
|
||
|
```sh
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
### Compile and Hot-Reload for Development
|
||
|
|
||
|
```sh
|
||
|
make dev
|
||
|
```
|
||
|
|
||
|
### Type-Check, Compile and Minify for Production
|
||
|
|
||
|
```sh
|
||
|
make build
|
||
|
```
|
||
|
|
||
|
### Lint with [ESLint](https://eslint.org/)
|
||
|
|
||
|
```sh
|
||
|
make lint
|
||
|
```
|