Commit 0b19a502 authored by JingChao's avatar JingChao

Updates ionic/ionic-code-style.md

Auto commit by GitBook Editor
parent f3e3ec26
......@@ -4,10 +4,11 @@
### I. 文件命名规范
* 同一功能下的js,html,scss放在同一文件夹下,每个页面基本上都含义3个文件。
* html,js,scss文件命名统一用小写的英文字母且三个文件名必须相同,若文件名过长可以简写或者有`-`链接,不得包含汉字空格和特殊字符。
* 原则:
* 1) 同一功能下的js,html,scss放在同一文件夹下,每个页面基本上都含义3个文件。
* 2)方便理解,见名知义
* 3)方便查找
......
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