Commit be08ed3a authored by guohao's avatar guohao

docs(目录文件命名规则修改): 下划线改为横杠 my_project_name -> my-project-name

parent 2daf7ff8
......@@ -2,8 +2,9 @@
## 项目命名
全部采用小写方式, 以下划线分隔。
例:my_project_name
全部采用小写方式, 以-分隔。
例:my-project-name
## 目录命名
......@@ -19,22 +20,22 @@ eg:
images - img
data_models - modules
data-models - modules
```
## JS文件命名
参照项目命名规则。
例:account_model.js
例:account-model.js
## CSS, SCSS文件命名
参照项目命名规则。
例:retina_sprites.scss
例:retina-sprites.scss
## HTML文件命名
参照项目命名规则。
例:error_report.html
\ No newline at end of file
例:error-report.html
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment