We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecda292 commit 4d91376Copy full SHA for 4d91376
site/docs/getting-started.md
@@ -25,7 +25,13 @@ spline: explain
25
npm i tdesign-miniprogram -S --production
26
```
27
28
-> 安装完之后,需要在微信开发者工具中对 npm 进行构建:`工具 - 构建 npm`
+> 安装完之后,需要在微信开发者工具中对 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
35
36
## 修改 app.json
37
0 commit comments