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