fatedier 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) há 2 anos atrás
src 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás
.eslintrc.cjs 8c6303c1e5 web/frpc: support more info (#3334) há 2 anos atrás
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) há 2 anos atrás
.prettierrc.json 8c6303c1e5 web/frpc: support more info (#3334) há 2 anos atrás
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) há 2 anos atrás
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) há 2 anos atrás
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) há 1 ano atrás
components.d.ts 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) há 2 anos atrás
index.html 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás
package.json 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) há 1 ano atrás
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) há 1 ano atrás
vite.config.mts 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás
yarn.lock 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) há 3 dias atrás

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