frp/web/frps
fatedier f3a71bc08f
show tcpmux proxies on the frps dashboard ()
..
public web/frps: upgrade vue and element-plus ()
src show tcpmux proxies on the frps dashboard ()
.eslintrc.cjs web/frps: upgrade vue and element-plus ()
.gitignore web/frps: upgrade vue and element-plus ()
.prettierrc.json web/frps: upgrade vue and element-plus ()
Makefile web/frps: upgrade vue and element-plus ()
README.md web/frpc: upgrade vue and element-plus ()
auto-imports.d.ts web: support to clear offline proxies data on dashboard ()
components.d.ts show tcpmux proxies on the frps dashboard ()
env.d.ts web/frps: upgrade vue and element-plus ()
index.html web/frpc&frps: support dark mode ()
package.json web: support to clear offline proxies data on dashboard ()
tsconfig.json web: support to clear offline proxies data on dashboard ()
tsconfig.node.json web: support to clear offline proxies data on dashboard ()
vite.config.mts web: support to clear offline proxies data on dashboard ()
yarn.lock web: support to clear offline proxies data on dashboard ()

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