https://github.com/hebilicious/form-actions-nuxt
Nuxt Module that implements Form Actions
https://github.com/hebilicious/form-actions-nuxt
form-actions forms nuxt nuxt-module nuxt3
Last synced: 3 months ago
JSON representation
Nuxt Module that implements Form Actions
- Host: GitHub
- URL: https://github.com/hebilicious/form-actions-nuxt
- Owner: Hebilicious
- License: mit
- Created: 2023-06-05T15:40:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T19:15:42.000Z (3 months ago)
- Last Synced: 2025-04-10T20:39:42.618Z (3 months ago)
- Topics: form-actions, forms, nuxt, nuxt-module, nuxt3
- Language: TypeScript
- Homepage: https://form-actions-nuxt.pages.dev/
- Size: 3.14 MB
- Stars: 131
- Watchers: 1
- Forks: 8
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nuxt Form Actions
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[](https://github.com/Hebilicious/form-actions-nuxt/actions/workflows/ci.yaml)
[](https://opensource.org/licenses/MIT)[npm-version-src]: https://img.shields.io/npm/v/@hebilicious/form-actions-nuxt
[npm-version-href]: https://npmjs.com/package/@hebilicious/form-actions-nuxt
[npm-downloads-src]: https://img.shields.io/npm/dm/@hebilicious/form-actions-nuxt
[npm-downloads-href]: https://npmjs.com/package/@hebilicious/form-actions-nuxt__🚀 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.
## 📖 DocumentationYou can find the [documentation here](https://form-actions-nuxt.pages.dev).
You can find [examples here](https://github.com/Hebilicious/form-actions-nuxt-examples).## 📦 Contributing
Contributions, issues and feature requests are welcome!
1. Fork this repo
2. [Install `bun`.](https://bun.sh/docs/installation)
3. Use `bun i` at the mono-repo root.
4. Make modifications and follow conventional commits.
5. Open a PR 🚀🚀🚀