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
- Host: GitHub
- URL: https://github.com/hebilicious/form-actions-nuxt-examples
- Owner: Hebilicious
- Created: 2023-08-29T23:01:15.000Z (almost 3 years ago)
- Default Branch: simple
- Last Pushed: 2023-11-13T13:17:58.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:13:54.160Z (over 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)