frp/web/frps
fatedier 738c53ce47
web: fix el-popover bug (#3413)
* web: update

* web: fix el-popover bug
2023-04-16 16:43:44 +08:00
..
public web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
src web: fix el-popover bug (#3413) 2023-04-16 16:43:44 +08:00
.eslintrc.cjs web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
.gitignore web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
.prettierrc.json web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
Makefile web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
README.md web/frpc: upgrade vue and element-plus (#3322) 2023-02-20 23:52:55 +08:00
auto-imports.d.ts web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
components.d.ts web/frpc&frps: support dark mode (#3327) 2023-02-22 14:15:21 +08:00
env.d.ts web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
index.html web/frpc&frps: support dark mode (#3327) 2023-02-22 14:15:21 +08:00
package.json web: fix el-popover bug (#3413) 2023-04-16 16:43:44 +08:00
tsconfig.config.json web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
tsconfig.json web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
vite.config.ts web/frps: upgrade vue and element-plus (#3310) 2023-02-16 02:45:48 +08:00
yarn.lock web: fix el-popover bug (#3413) 2023-04-16 16:43:44 +08:00

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