Andreas Deininger 6542dcd4ed Fix typos (#4615) пре 1 недеља
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) пре 1 година
src 6542dcd4ed Fix typos (#4615) пре 1 недеља
.eslintrc.cjs 8c6303c1e5 web/frpc: support more info (#3334) пре 1 година
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) пре 1 година
.prettierrc.json 8c6303c1e5 web/frpc: support more info (#3334) пре 1 година
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) пре 1 година
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) пре 1 година
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци
components.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) пре 1 година
index.html fe8374e99b web/frpc: upgrade vue and element-plus (#3322) пре 1 година
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) пре 11 месеци

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