This website requires JavaScript.
Explore
Help
Sign In
XiaoMo
/
frp
Watch
1
Star
0
Fork
0
You've already forked frp
mirror of
https://github.com/fatedier/frp.git
synced
2025-07-17 04:45:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
frp
/
web
/
frps
History
fatedier
f3a71bc08f
show tcpmux proxies on the frps dashboard (
#4152
)
2024-04-11 22:40:42 +08:00
..
public
…
src
…
.eslintrc.cjs
…
.gitignore
…
.prettierrc.json
…
auto-imports.d.ts
…
components.d.ts
…
env.d.ts
…
index.html
…
Makefile
…
package.json
…
README.md
…
tsconfig.json
…
tsconfig.node.json
…
vite.config.mts
…
yarn.lock
…
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