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

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