You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frp/web/frps
fatedier b31c67d7c0
web: support to clear offline proxies data on dashboard (#3963)
10 months ago
..
public
src web: support to clear offline proxies data on dashboard (#3963) 10 months ago
.eslintrc.cjs
.gitignore
.prettierrc.json
Makefile
README.md
auto-imports.d.ts web: support to clear offline proxies data on dashboard (#3963) 10 months ago
components.d.ts web: support to clear offline proxies data on dashboard (#3963) 10 months ago
env.d.ts
index.html
package.json web: support to clear offline proxies data on dashboard (#3963) 10 months ago
tsconfig.json web: support to clear offline proxies data on dashboard (#3963) 10 months ago
tsconfig.node.json web: support to clear offline proxies data on dashboard (#3963) 10 months ago
vite.config.mts web: support to clear offline proxies data on dashboard (#3963) 10 months ago
yarn.lock web: support to clear offline proxies data on dashboard (#3963) 10 months ago

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