fatedier fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
src fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
.eslintrc.cjs fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
.prettierrc.json fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
auto-imports.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
components.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
index.html fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
package.json fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
tsconfig.config.json fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
tsconfig.json fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
vite.config.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos
yarn.lock fe8374e99b web/frpc: upgrade vue and element-plus (#3322) %!s(int64=2) %!d(string=hai) anos

README.md

frpc-dashboard

Project Setup

yarn install

Compile and Hot-Reload for Development

make dev

Type-Check, Compile and Minify for Production

make build

Lint with ESLint

make lint