mirror of https://github.com/fatedier/frp.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6542dcd4ed | 4 weeks ago | |
---|---|---|
.. | ||
public | 2 years ago | |
src | 4 weeks 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 | 1 year ago | |
components.d.ts | 1 year ago | |
env.d.ts | 2 years ago | |
index.html | 2 years ago | |
package.json | 1 year ago | |
tsconfig.json | 1 year ago | |
tsconfig.node.json | 1 year ago | |
vite.config.mts | 1 year ago | |
yarn.lock | 1 year ago |
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