alpine-fetchit
v1.0.0
Published
An Alpine.js plugin for making HTTP requests
Readme
Alpine FetchIt
A lightweight HTMX-like fetch plugin for Alpine.js. Fetch declaratively without leaving your beloved Alpine!
Features
- Simple directive-based syntax
- Supports all HTTP methods (GET, POST, PUT, DELETE, etc.)
- Handles form data
Installation
CDN
<script src="https://unpkg.com/[email protected]/dist/fetchit.min.js"></script>Usage
Basic Usage
Development
# Install dependencies
npm install
# Build for production
npm run buildLicense
MIT
