web/frpc: upgrade vue and element-plus (#3322)

This commit is contained in:
fatedier
2023-02-20 23:52:55 +08:00
committed by GitHub
parent 24f0b3afa5
commit fe8374e99b
36 changed files with 2910 additions and 5801 deletions

25
web/frpc/README.md Normal file
View File

@@ -0,0 +1,25 @@
# 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
```