2023-02-16 02:45:48 +08:00
|
|
|
# frps-dashboard
|
|
|
|
|
|
|
|
## Project Setup
|
|
|
|
|
|
|
|
```sh
|
2023-02-20 23:52:55 +08:00
|
|
|
yarn install
|
2023-02-16 02:45:48 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### Compile and Hot-Reload for Development
|
|
|
|
|
|
|
|
```sh
|
2023-02-20 23:52:55 +08:00
|
|
|
make dev
|
2023-02-16 02:45:48 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### Type-Check, Compile and Minify for Production
|
|
|
|
|
|
|
|
```sh
|
2023-02-20 23:52:55 +08:00
|
|
|
make build
|
2023-02-16 02:45:48 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### Lint with [ESLint](https://eslint.org/)
|
|
|
|
|
|
|
|
```sh
|
2023-02-20 23:52:55 +08:00
|
|
|
make lint
|
2023-02-16 02:45:48 +08:00
|
|
|
```
|