frp/web/frpc
fatedier b31c67d7c0
web: support to clear offline proxies data on dashboard (#3963)
2024-02-01 10:54:57 +08:00
..
public
src
.eslintrc.cjs
.gitignore
.prettierrc.json
Makefile
README.md
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
package.json web: support to clear offline proxies data on dashboard (#3963) 2024-02-01 10:54:57 +08:00
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

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