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

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