CDN Resources for antd-mobile
Various ways to access antd-mobile via Content Delivery Networks
Package Installation
npm
npm install antd-mobile
yarn
yarn add antd-mobile
pnpm
pnpm add antd-mobile
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/antd-mobile"></script>
Unpkg
<script src="https://unpkg.com/antd-mobile"></script>
jsDelivr ESM
<script type="module">
import antdmobile from 'https://cdn.jsdelivr.net/npm/antd-mobile/+esm';
</script>
Skypack
<script type="module">
import antdmobile from 'https://cdn.skypack.dev/antd-mobile';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages