flame-project-web
v0.1.0
Published
vue-cli 3.0 vue-router element-ui vant scss
Downloads
3
Readme
vue-cli 3.0 vue-router element-ui vant scss
命名规范
命名力求语义表达完整清楚,不要嫌名字长 | 名称 | 命名规范 | 示例 | | --- | ---- | -- | | 文件夹命名 | 小驼峰 | folderOne | | 页面、组件文件夹 | 大驼峰 | PageOne | | 页面、组件文件 | 首字母大写,间隔使用- | Page-one | | 路由 | 间隔使用- | route-one | | 样式 | 间隔使用- | class-one | | 方法 | 小驼峰 | functionOne | | 变量 | 全小写,间隔使用_ | variable_one | | 常量 | 全大写,间隔使用_ | CONSTANT_ONE |