fatedier b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 yıl önce
src 8c6303c1e5 web/frpc: support more info (#3334) 1 yıl önce
.eslintrc.cjs 8c6303c1e5 web/frpc: support more info (#3334) 1 yıl önce
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 yıl önce
.prettierrc.json 8c6303c1e5 web/frpc: support more info (#3334) 1 yıl önce
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 yıl önce
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 yıl önce
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
components.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 yıl önce
index.html fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 yıl önce
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 ay önce

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