An open API service indexing awesome lists of open source software.

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

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]
[![CI](https://github.com/Hebilicious/form-actions-nuxt/actions/workflows/ci.yaml/badge.svg)](https://github.com/Hebilicious/form-actions-nuxt/actions/workflows/ci.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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 !__

[![Nuxt banner](./.github/assets/banner.svg)]

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](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 🚀🚀🚀