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

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