Skip to content

Commit 4d91376

Browse files
authored
docs(getting-started): update (#2815)
1 parent ecda292 commit 4d91376

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/docs/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ spline: explain
2525
npm i tdesign-miniprogram -S --production
2626
```
2727

28-
> 安装完之后,需要在微信开发者工具中对 npm 进行构建:`工具 - 构建 npm`
28+
> 安装完之后,需要在微信开发者工具中对 npm 进行构建:`工具 - 构建 npm`。(构建时若出现`NPM packages not found`字样,请到 `project.config.json` 文件补充 `packNpmManually``packNpmRelationList` 配置项,具体见[NPM 支持](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm)
29+
30+
31+
> 构建成功后勾选 `将 JS 编译成 ES5`
32+
> <br/>
33+
><img width="200" src="https://tdesign.gtimg.com/miniprogram/docs/getting-started.png" />
34+
2935

3036
## 修改 app.json
3137

0 commit comments

Comments
 (0)