ChmlFrp-Panel-v3 版本前端完全开源,为确保安全,我们的后端不开源。
pnpm install
pnpm dev
pnpm build
This project uses Prettier for code formatting with the following rules:
- Line width: 120 characters
- Semicolons: Always added at the end of statements
- Tab width: 4 spaces
- Quotes: Single quotes for strings
- Trailing commas: Added where valid in ES5 (e.g., objects, arrays)
You can use esbenp.prettier-vscode
in VSCode
pnpm format