mirror of https://github.com/fatedier/frp.git
738c53ce47
* web: update * web: fix el-popover bug |
||
---|---|---|
.. | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc.json | ||
Makefile | ||
README.md | ||
auto-imports.d.ts | ||
components.d.ts | ||
env.d.ts | ||
index.html | ||
package.json | ||
tsconfig.config.json | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
README.md
frpc-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