fatedier f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) 8 luni în urmă
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 1 an în urmă
src f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) 8 luni în urmă
.eslintrc.cjs 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 1 an în urmă
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 1 an în urmă
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 1 an în urmă
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 1 an în urmă
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 an în urmă
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 luni în urmă
components.d.ts f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) 8 luni în urmă
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 1 an în urmă
index.html 31f40aa913 web/frpc&frps: support dark mode (#3327) 1 an în urmă
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 luni în urmă
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 luni în urmă
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 luni în urmă
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 luni în urmă
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 10 luni în urmă

README.md

frps-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