📄️ Vanilla JavaScript ESM CDN Simple App
This is a minimal Vanilla JavaScript example demonstrating how to use the lunex-http library by importing it directly from an ESM CDN (esm.sh). It runs in modern browsers without bundlers or build tools.
📄️ Vanilla JavaScript UMD CDN Simple App
This is a minimal Vanilla JavaScript example demonstrating how to use the lunex-http library via a UMD CDN build. It is suitable for environments without module support, and it works directly in the browser using `` tags.
📄️ Vite Vanilla JavaScript Simple App
This example demonstrates how to use the lunex-http library in a modern Vanilla JavaScript app scaffolded with Vite. It shows a minimal setup that runs in the browser with ES module support and leverages Vite’s fast development server.