CDN Resources for serve-index

Quick access to CDN links for the serve-index package

CDN Resources for serve-index
Various ways to access serve-index via Content Delivery Networks

Package Installation

npm
npm install serve-index
yarn
yarn add serve-index
pnpm
pnpm add serve-index

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/serve-index"></script>
Unpkg
<script src="https://unpkg.com/serve-index"></script>
jsDelivr ESM
<script type="module">
  import serveindex from 'https://cdn.jsdelivr.net/npm/serve-index/+esm';
</script>
Skypack
<script type="module">
  import serveindex from 'https://cdn.skypack.dev/serve-index';
</script>