You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
fatedier f3a71bc08f
show tcpmux proxies on the frps dashboard (#4152)
7 months ago
..
public web/frps: upgrade vue and element-plus (#3310) 2 years ago
src show tcpmux proxies on the frps dashboard (#4152) 7 months ago
.eslintrc.cjs web/frps: upgrade vue and element-plus (#3310) 2 years ago
.gitignore web/frps: upgrade vue and element-plus (#3310) 2 years ago
.prettierrc.json web/frps: upgrade vue and element-plus (#3310) 2 years ago
Makefile web/frps: upgrade vue and element-plus (#3310) 2 years ago
README.md web/frpc: upgrade vue and element-plus (#3322) 2 years ago
auto-imports.d.ts web: support to clear offline proxies data on dashboard (#3963) 10 months ago
components.d.ts show tcpmux proxies on the frps dashboard (#4152) 7 months ago
env.d.ts web/frps: upgrade vue and element-plus (#3310) 2 years ago
index.html web/frpc&frps: support dark mode (#3327) 2 years ago
package.json web: support to clear offline proxies data on dashboard (#3963) 10 months ago
tsconfig.json web: support to clear offline proxies data on dashboard (#3963) 10 months ago
tsconfig.node.json web: support to clear offline proxies data on dashboard (#3963) 10 months ago
vite.config.mts web: support to clear offline proxies data on dashboard (#3963) 10 months ago
yarn.lock web: support to clear offline proxies data on dashboard (#3963) 10 months ago

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