@hebilicious/form-actions-nuxt
v0.3.0
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![CI](https://github.com/Hebilicious/form-actions-nuxt/actions/workflows/ci.yaml/badge.svg)](https://github.com/Hebilicious/form-actions-nuxt/ac
Downloads
548
Readme
Nuxt Form Actions
🚀 Welcome to Nuxt Form Actions !
[]
Form Actions and Server Loaders paradigms for Nuxt.
- Form Actions are a convenient way to send data to your server using native HTML forms that can be progressively enhanced.
- Server Loaders are a convenient way to load type-safe data from your server into your pages and components, without manually fetching from an API route.
📖 Documentation
You can find the documentation here. You can find examples here.
📦 Contributing
Contributions, issues and feature requests are welcome!
Fork this repo
Use
bun i
at the mono-repo root.Make modifications and follow conventional commits.
Open a PR 🚀🚀🚀