1 Star 1 Fork 0

ar.insect / front-end-coding-guide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
name-guide.md 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
jianglm 提交于 2018-07-20 17:35 . first commit

命名规则

项目命名

全小写,以-分隔,installment microseer-wordpress

目录命名

全小写,有复数结构时,要采用复数命名法。例:styles,src,scripts,images

js命名规范

全小写,以连接符-分隔,模块 - 功能,例:index.js index-slide.js

css&sass命名规则

全小写,以连接符-分隔,模块 - 功能,例:index.css, index-slide.css

HTML命名规范

全小写,以连接符-分隔,模块 - 功能,例:hr.html hr-source.html

1
https://gitee.com/ar-insect/front-end-coding-guide.git
git@gitee.com:ar-insect/front-end-coding-guide.git
ar-insect
front-end-coding-guide
front-end-coding-guide
master

搜索帮助