mirror of https://github.com/fatedier/frp.git
f63b4d5c29 | ||
---|---|---|
.. | ||
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.json | ||
tsconfig.node.json | ||
vite.config.mts | ||
yarn.lock |
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