You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frp/web/frpc
Andreas Deininger 6542dcd4ed
Fix typos (#4615)
4 weeks ago
..
public web/frpc: upgrade vue and element-plus (#3322) 2 years ago
src Fix typos (#4615) 4 weeks ago
.eslintrc.cjs web/frpc: support more info (#3334) 2 years ago
.gitignore web/frpc: upgrade vue and element-plus (#3322) 2 years ago
.prettierrc.json web/frpc: support more info (#3334) 2 years ago
Makefile web/frpc: upgrade vue and element-plus (#3322) 2 years ago
README.md web/frpc: upgrade vue and element-plus (#3322) 2 years ago
auto-imports.d.ts web: support to clear offline proxies data on dashboard (#3963) 1 year ago
components.d.ts web: support to clear offline proxies data on dashboard (#3963) 1 year ago
env.d.ts web/frpc: upgrade vue and element-plus (#3322) 2 years ago
index.html web/frpc: upgrade vue and element-plus (#3322) 2 years ago
package.json web: support to clear offline proxies data on dashboard (#3963) 1 year ago
tsconfig.json web: support to clear offline proxies data on dashboard (#3963) 1 year ago
tsconfig.node.json web: support to clear offline proxies data on dashboard (#3963) 1 year ago
vite.config.mts web: support to clear offline proxies data on dashboard (#3963) 1 year ago
yarn.lock web: support to clear offline proxies data on dashboard (#3963) 1 year ago

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