-
项目命名
大驼峰式命名法:首字母大写。eg:StudentInfo、UserInfo、ProductInfo -
目录命名
参照项目命名规则; 有复数结构时,要采用复数命名法。eg:scripts, styles, images,components -
CSS 命名
class 采用小写方式, 以横线分隔。eg:my-style
id 采用小驼峰式命名法。eg:#myId -
JS
小驼峰式命名法:首字母小写。eg:studentInfo、userInfo、productInfo
项目命名
大驼峰式命名法:首字母大写。eg:StudentInfo、UserInfo、ProductInfo
目录命名
参照项目命名规则; 有复数结构时,要采用复数命名法。eg:scripts, styles, images,components
CSS 命名
class 采用小写方式, 以横线分隔。eg:my-style
id 采用小驼峰式命名法。eg:#myId
JS
小驼峰式命名法:首字母小写。eg:studentInfo、userInfo、productInfo
本文标题:命名规范
本文链接:https://www.haomeiwen.com/subject/tpjxwhtx.html
网友评论