diff --git a/site/docs/getting-started.en-US.md b/site/docs/getting-started.en-US.md index 5841f2420..519a237bd 100644 --- a/site/docs/getting-started.en-US.md +++ b/site/docs/getting-started.en-US.md @@ -18,6 +18,7 @@ npm i tdesign-react ``` +> Please note that unpkg usage is not recommended as it will download the entire component library. Production projects will be directly affected by version updates, and may also be affected by the stability of the CDN. The package of tdesign-react provides kinds of bundles, read [the documentation](https://github.com/Tencent/tdesign/blob/main/docs/develop-install.md) for the detail of differences between bundles. diff --git a/site/docs/getting-started.md b/site/docs/getting-started.md index d8426ce2b..21e05c313 100644 --- a/site/docs/getting-started.md +++ b/site/docs/getting-started.md @@ -22,6 +22,7 @@ npm i tdesign-react ``` +> 请注意,我们不推荐使用这种方式,这样无法实现按需加载等优化手段,生产项目会直接受版本更新影响,同时也可能受到 CDN 的稳定性的影响。 npm package 中提供了多种构建产物,可以阅读 [这里](https://github.com/Tencent/tdesign/blob/main/docs/develop-install.md) 了解不同目录下产物的差别。