frp/web/frpc
2024-02-01 10:54:57 +08:00
..
public
src web/frpc: support more info (#3334) 2023-02-26 02:54:53 +08:00
.eslintrc.cjs
.gitignore
.prettierrc.json
auto-imports.d.ts web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
components.d.ts web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
env.d.ts
index.html
Makefile
package.json web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
README.md
tsconfig.json web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
tsconfig.node.json web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
vite.config.mts web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
yarn.lock web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00

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