6.7 how-to-write-h5
最后更新于:2022-04-01 23:34:25
# 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: 实现细节
踏踏实实的写就好了
';