nuxt / modules
Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
View on GitHubAI Architecture Analysis
This repository is indexed by RepoMind. By analyzing nuxt/modules in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewNuxt Modules [![npm version][npm-version-src]][npm-version-href] [![Nuxt][nuxt-src]][nuxt-href] [![Volta][volta-src]][volta-href] > Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application. ⢠š Modules listing ⢠š Module author guide Modules Database Metadata of nuxt modules are maintained in yml files inside ./modules directory and automatically synced from upstream to fetch latest information. Add/Update a module Example: To sync with a branch different than , suffix the repo with , example: Contribution ⢠If you feel a module is missing, please create a new issue ⢠If some data is outdated please directly open a pull request Using CDN Compiled JSON data is available from following CDNs: ⢠**jsdelivr:** https://cdn.jsdelivr.net/npm/@nuxt/modules@latest/modules.json ⢠**unpkg:** https://unpkg.com/@nuxt/modules@latest/modules.json Using npm package You can use the package by installing it in your project: Then you can directly import the list of modules: Schema Field Name | Auto sync | Description ----------------|-----------|-------------- | No | Canonical name or integration name | Yes | Short description | No | GitHub repository. Format is or | Yes | NPM package name | No | Icon of module from ./icons directory | No | GitHub URL | No | Website URL | No | Link to learn more (website or relevant integration website) | No | Module category from ./lib/categories.ts | No | (for nuxt-community), (for https://github.com/) or | Yes | List of maintainers each item has , and | No | Module compatibility status. field specifies semver of supported nuxt version. can be used to specify Nuxt 2 bridge compatibility. Maintenance Auto update all current modules Generate License MIT - Made by Nuxt Team [npm-version-src]: https://npmx.dev/api/registry/badge/version/@nuxt/modules [npm-version-href]: https://npmx.dev/package/@nuxt/modules [nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt [nuxt-href]: https://nuxt.com/modules [volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg [volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules