docs: add more CDN services link (#8648)

This commit is contained in:
neverland
2021-05-02 11:26:18 +08:00
committed by GitHub
parent 511b316074
commit e8b34dfb46
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -44,6 +44,12 @@ The easiest way to use Vant is to include a CDN link in the html file, after whi
</script>
```
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.