Skip to content

Commit b3fc455

Browse files
committed
chore(README): 补充增强编译相关说明
1 parent 63e5987 commit b3fc455

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Lin UI 是一套基于 **微信小程序原生语法** 实现的高质量 UI 组
7373

7474
## 快速上手
7575

76+
**务必勾选`增强编译``Es6 转 ES5`以及`使用 npm 模块`选项**[参考图片](https://cdn.talelin.com/20210128165243.png)
77+
7678
### 安装
7779
1. 初始化你的项目为一个 NPM 项目
7880

@@ -89,7 +91,10 @@ Lin UI 是一套基于 **微信小程序原生语法** 实现的高质量 UI 组
8991
```
9092

9193
3. 配置微信开发者工具
92-
要正确安装 Lin UI,需将微信开发者工具的 `使用 npm 模块` 选项勾选上
94+
要正确安装 Lin UI,需将微信开发者工具的如下**三个选项全部勾选上**[参考图片](https://cdn.talelin.com/20210128165243.png)
95+
- `使用 npm 模块`
96+
- `增强编译`
97+
- `ES6 转 ES5`
9398

9499
> 设置路径:微信开发者工具右上角 -> 详情 -> 本地设置
95100

0 commit comments

Comments
 (0)