frp/web/frps
2026-03-16 23:22:42 +08:00
..
public web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
src add persistent proxy/visitor store with CRUD API and web UI (#5188) 2026-03-02 01:09:59 +08:00
.gitignore web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
.prettierrc.json web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
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/frpc: redesign dashboard (#5145) 2026-01-31 12:43:31 +08:00
embed.go build: add noweb tag to allow building without frontend assets (#5189) 2026-03-02 01:32:19 +08:00
embed_stub.go build: add noweb tag to allow building without frontend assets (#5189) 2026-03-02 01:32:19 +08:00
env.d.ts web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
eslint.config.js add persistent proxy/visitor store with CRUD API and web UI (#5188) 2026-03-02 01:09:59 +08:00
index.html server: add client registry with dashboard support (#5115) 2026-01-08 20:07:14 +08:00
Makefile web: ensure npm install runs before build (#5154) 2026-02-04 12:55:24 +08:00
package-lock.json web: bump dev dependencies in frpc and frps package-lock.json (#5239) 2026-03-16 23:22:42 +08:00
package.json add persistent proxy/visitor store with CRUD API and web UI (#5188) 2026-03-02 01:09:59 +08:00
README.md web/frpc: upgrade vue and element-plus (#3322) 2023-02-20 23:52:55 +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/frps: add detailed client and proxy views with enhanced tracking (#5144) 2026-01-31 02:18:35 +08:00

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