diff --git a/docs/markdown/quickstart.en-US.md b/docs/markdown/quickstart.en-US.md index bd66c88ee..0a7ad20cd 100644 --- a/docs/markdown/quickstart.en-US.md +++ b/docs/markdown/quickstart.en-US.md @@ -44,6 +44,12 @@ The easiest way to use Vant is to include a CDN link in the html file, after whi ``` +You can use Vant through these free CDN services: + +- [jsdelivr](https://www.jsdelivr.com/package/npm/vant) +- [cdnjs](https://cdnjs.com/libraries/vant) +- [unpkg](https://unpkg.com/) + ### CLI We recommend to use [Vue Cli](https://cli.vuejs.org/) to create a new project. diff --git a/docs/markdown/quickstart.zh-CN.md b/docs/markdown/quickstart.zh-CN.md index 7d15661e8..4cae7c6a6 100644 --- a/docs/markdown/quickstart.zh-CN.md +++ b/docs/markdown/quickstart.zh-CN.md @@ -51,6 +51,12 @@ npm i vant@next -S ``` +你可以通过以下免费 CDN 服务来使用 Vant: + +- [jsdelivr](https://www.jsdelivr.com/package/npm/vant) +- [cdnjs](https://cdnjs.com/libraries/vant) +- [unpkg](https://unpkg.com/) + ### 通过脚手架安装 在新项目中使用 Vant 时,推荐使用 Vue 官方提供的脚手架 [Vue Cli](https://cli.vuejs.org/zh/) 创建项目并安装 Vant。