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