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.
|
|
3 weeks ago | |
|---|---|---|
| .. | ||
| README.md | 3 weeks ago | |
| code-review-checklist.md | 3 weeks ago | |
| frontend-coding-standards.md | 3 weeks ago | |
| git-commit-standards.md | 3 weeks ago | |
| java-coding-standards.md | 3 weeks ago | |
README.md
RuoYi-Vue 编码规范
文档清单
快速开始
前端开发
cd ruoyi-ui-next
npm install
npm run lint # 检查代码规范
npm run format # 格式化代码
后端开发
# 使用 IDE 插件
# - IntelliJ: Checkstyle-IDEA 插件
# - VS Code: Checkstyle for Java 插件
工具配置
- 前端:ESLint + Prettier + Husky
- 后端:Checkstyle + SpotBugs
- Git:Commitlint + Husky