frp/web/frps
Haotian Zou f63b4d5c29
fix: change absolute path to relative path (#4038)
2024-03-03 22:57:17 +08:00
..
public
src fix: change absolute path to relative path (#4038) 2024-03-03 22:57:17 +08:00
.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 proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) 2024-02-19 16:28:27 +08:00
env.d.ts
index.html web/frpc&frps: support dark mode (#3327) 2023-02-22 14:15:21 +08:00
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

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