fatedier 738c53ce47 web: fix el-popover bug (#3413) hai 1 ano
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
src 8c6303c1e5 web/frpc: support more info (#3334) hai 1 ano
.eslintrc.cjs 8c6303c1e5 web/frpc: support more info (#3334) hai 1 ano
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
.prettierrc.json 8c6303c1e5 web/frpc: support more info (#3334) hai 1 ano
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
auto-imports.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
components.d.ts 31f40aa913 web/frpc&frps: support dark mode (#3327) hai 1 ano
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
index.html fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
package.json 738c53ce47 web: fix el-popover bug (#3413) hai 1 ano
tsconfig.config.json fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
tsconfig.json fe8374e99b web/frpc: upgrade vue and element-plus (#3322) hai 1 ano
vite.config.ts 8c6303c1e5 web/frpc: support more info (#3334) hai 1 ano
yarn.lock 738c53ce47 web: fix el-popover bug (#3413) hai 1 ano

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