Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 360 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 360 Bytes

DigAg

合作开发规范

  • 流程: git-flow

JavaScript相关规范

  • 命名: 驼峰 (为了尽可能与规范中原生命名靠近,并且防止与Css的混淆)
  • 格式: Eslint

Css相关规范

  • 命名: BEM (Block__Element--Modifier)

使用说明

  • Init git submodule
git submodule init
  • Pull all
git submodule update