This website requires JavaScript.
Explore
Help
Sign In
mirror
/
frp
Watch
1
Star
0
Fork
0
You've already forked frp
mirror of
https://github.com/fatedier/frp
synced
2025-10-05 20:17:39 +08:00
Code
Issues
Releases
Wiki
Activity
b9c24e9b69
frp
/
web
/
frpc
History
fatedier
738c53ce47
web: fix el-popover bug (
#3413
)
...
* web: update * web: fix el-popover bug
2023-04-16 16:43:44 +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.config.json
tsconfig.json
vite.config.ts
yarn.lock
README.md
frpc-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