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.
RuoYi-Vue/docs/standards/README.md

638 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

RuoYi-Vue 编码规范

文档清单

  1. Java 编码规范
  2. 前端编码规范
  3. Git 提交规范
  4. Code Review 检查清单

快速开始

前端开发

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
  • GitCommitlint + Husky