Atinux / form-actions-nuxt

Nuxt Module that implements Form Actions

Home Page:https://form-actions-nuxt.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt Form Actions

npm version npm downloads CI License: MIT

πŸš€ Welcome to Nuxt Form Actions !

[Nuxt banner]

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!

  1. Fork this repo

  2. Install bun.

  3. Use bun i at the mono-repo root.

  4. Make modifications and follow conventional commits.

  5. Open a PR πŸš€πŸš€πŸš€

About

Nuxt Module that implements Form Actions

https://form-actions-nuxt.pages.dev/

License:MIT License


Languages

Language:TypeScript 77.4%Language:Vue 22.6%