多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# how-to-write-h5 ## 原则 * 结构清晰 * 可复用 * 快速 * 遵守[编码规范](http://mdo.github.com/code-guide) ## 必备技能 ![](https://i5ting.github.io/wechat-dev-with-nodejs/weui/img/1.png) ## Step1: 使用less编写 less ![](https://i5ting.github.io/wechat-dev-with-nodejs/weui/img/4.png) ## Step2: 切块 以section切块 ![](https://i5ting.github.io/wechat-dev-with-nodejs/weui/img/2.png) ## Step3: 块内布局 ![](https://i5ting.github.io/wechat-dev-with-nodejs/weui/img/3.png) ## Step4: 实现细节 踏踏实实的写就好了