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