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

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