You can not 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
fatedier 738c53ce47
web: fix el-popover bug (#3413)
2 years ago
..
public web/frpc: upgrade vue and element-plus (#3322) 2 years ago
src web/frpc: support more info (#3334) 2 years 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/frpc: upgrade vue and element-plus (#3322) 2 years ago
components.d.ts web/frpc&frps: support dark mode (#3327) 2 years 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: fix el-popover bug (#3413) 2 years ago
tsconfig.config.json web/frpc: upgrade vue and element-plus (#3322) 2 years ago
tsconfig.json web/frpc: upgrade vue and element-plus (#3322) 2 years ago
vite.config.ts web/frpc: support more info (#3334) 2 years ago
yarn.lock web: fix el-popover bug (#3413) 2 years 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