frp/web/frps
2023-10-11 15:01:07 +08:00
..
public
src fix broken server api and dashboard info (#3662) 2023-10-11 15:01:07 +08:00
.eslintrc.cjs
.gitignore
.prettierrc.json
auto-imports.d.ts fix broken server api and dashboard info (#3662) 2023-10-11 15:01:07 +08:00
components.d.ts
env.d.ts
index.html
Makefile
package.json web: fix el-popover bug (#3413) 2023-04-16 16:43:44 +08:00
README.md
tsconfig.config.json
tsconfig.json
vite.config.ts
yarn.lock web: fix el-popover bug (#3413) 2023-04-16 16:43:44 +08:00

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