Commit 3fba43a7 authored by JingChao's avatar JingChao

'wjc'

parents 3f191751 1c62ff84
<<<<<<< HEAD
# 前端开发规范
---
......@@ -27,3 +28,34 @@
![](/picture/h3.png)
=======
# 前端开发规范
---
### I. 文件命名规范
**html,js,scss文件命名统一用小写的英文字母且三个文件名必须相同,若文件名过长可以简写或者有‘-’链接,不得包含汉字空格和特殊字符。**
### 原则:
* 1)方便理解,见名知意
* 2)方便查找
![](/picture/h.png)
### II. controller命名规范
**控制器命名统一用 文件名+Ctrl,若文件名拼接则第一个单词首字母小写其余单词首字母大写,如下图所示:**
![](/picture/h4.png)
### III. 新页面注册
**当创建一个新页面后,要在theme目录下app.core.scss文件里imput,如下图所示:**
![](/picture/h1.png)
![](/picture/h3.png)
>>>>>>> 1c62ff840c328b26d0012bd1d79c4141f095f640
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