MCPcopy Index your code
hub / github.com/Hebilicious/form-actions-nuxt

github.com/Hebilicious/form-actions-nuxt @v0.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.0 ↗ · + Follow
49 symbols 143 edges 37 files 3 documented · 6%

Browse by type

Functions 42 Types & classes 7
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 42
Interface 7

Languages

TypeScript100%

Modules by API surface

packages/form-actions-nuxt/src/runtime/composables/useFormAction.ts9 symbols
packages/form-actions-nuxt/src/module.ts8 symbols
packages/form-actions-nuxt/src/runtime/composables/useLoader.ts7 symbols
packages/form-actions-nuxt/src/runtime/server/nitro.ts5 symbols
packages/form-actions-nuxt/src/runtime/types.ts4 symbols
playgrounds/advanced/server/db.ts3 symbols
playgrounds/advanced/server/actions/login.ts3 symbols
packages/form-actions-nuxt/src/runtime/utils.ts3 symbols
packages/form-actions-nuxt/src/runtime/virtual.loader-types.d.ts2 symbols
packages/form-actions-nuxt/src/runtime/plugin.ts2 symbols
playgrounds/simple/server/actions/login.ts1 symbols
packages/form-actions-nuxt/src/nuxt-types.d.ts1 symbols

For agents

$ claude mcp add form-actions-nuxt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page