fatedier df12cc2b9d fix broken server api and dashboard info (#3662) 1 éve
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
src df12cc2b9d fix broken server api and dashboard info (#3662) 1 éve
.eslintrc.cjs 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) 1 éve
auto-imports.d.ts df12cc2b9d fix broken server api and dashboard info (#3662) 1 éve
components.d.ts 31f40aa913 web/frpc&frps: support dark mode (#3327) 1 éve
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
index.html 31f40aa913 web/frpc&frps: support dark mode (#3327) 1 éve
package.json 738c53ce47 web: fix el-popover bug (#3413) 1 éve
tsconfig.config.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
tsconfig.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
vite.config.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) 2 éve
yarn.lock 738c53ce47 web: fix el-popover bug (#3413) 1 éve

README.md

frps-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