mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fatedier
f3a71bc08f
|
7 months ago | |
---|---|---|
.. | ||
public | 2 years ago | |
src | 7 months ago | |
.eslintrc.cjs | 2 years ago | |
.gitignore | 2 years ago | |
.prettierrc.json | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
auto-imports.d.ts | 10 months ago | |
components.d.ts | 7 months ago | |
env.d.ts | 2 years ago | |
index.html | 2 years ago | |
package.json | 10 months ago | |
tsconfig.json | 10 months ago | |
tsconfig.node.json | 10 months ago | |
vite.config.mts | 10 months ago | |
yarn.lock | 10 months ago |
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