fatedier b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
..
public fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 год назад
src 8c6303c1e5 web/frpc: support more info (#3334) 1 год назад
.eslintrc.cjs 8c6303c1e5 web/frpc: support more info (#3334) 1 год назад
.gitignore fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 год назад
.prettierrc.json 8c6303c1e5 web/frpc: support more info (#3334) 1 год назад
Makefile fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 год назад
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 год назад
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
components.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
env.d.ts fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 год назад
index.html fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 год назад
package.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
vite.config.mts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад
yarn.lock b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) 11 месяцев назад

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