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

https://github.com/hebilicious/form-actions-nuxt-examples

Examples for form-actions-nuxt
https://github.com/hebilicious/form-actions-nuxt-examples

Last synced: over 1 year ago
JSON representation

Examples for form-actions-nuxt

Awesome Lists containing this project

README

          

# Form Action Nuxt Simple Example

This is an example for [Nuxt Form Action](https://github.com/Hebilicious/form-actions-nuxt)

You can find the source of this example in the module [repository](https://github.com/Hebilicious/form-actions-nuxt/tree/main/playgrounds/).

## How to use

Use your favourite package manager.

Install your dependencies :

```bash
bun install
```

Run the dev server :

```bash
bun run dev
```

## Issues & Contributions

If you have an issue or want to contribute to this example, please do so in the [module repository](https://github.com/Hebilicious/form-actions-nuxt/).

## Other Examples

- [Simple Example](https://github.com/Hebilicious/form-actions-nuxt-examples/tree/simple)
- [Advanced Example](https://github.com/Hebilicious/form-actions-nuxt-examples/tree/advanced)
- [Vorms Zod Example](https://github.com/Hebilicious/form-actions-nuxt-examples/tree/vorms-zod)