Andreas Deininger 6542dcd4ed Fix typos (#4615) il y a 5 jours
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
src 6542dcd4ed Fix typos (#4615) il y a 5 jours
.eslintrc.cjs 8c6303c1e5 web/frpc: support more info (#3334) il y a 1 an
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
.prettierrc.json 8c6303c1e5 web/frpc: support more info (#3334) il y a 1 an
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois
components.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
index.html fe8374e99b web/frpc: upgrade vue and element-plus (#3322) il y a 1 an
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) il y a 11 mois

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