/ChmlFrp-Panel-v3

ChmlFrp的v3面板,采用Naive-UI+Vue+TypeScript+Pinia。预览链接:https://panel.chmlfrp.cn/

Primary LanguageVueApache License 2.0Apache-2.0

chmlfrp-panel-v3

ChmlFrp-Panel-v3 版本前端完全开源,为确保安全,我们的后端不开源。

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm dev

Compiles and minifies for production

pnpm build

Develop

Code Style and Formatting

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

Formatting Commands

pnpm format

Customize configuration

See Configuration Reference.