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