{"id":13823044,"url":"https://github.com/nuxt/modules","last_synced_at":"2025-05-13T19:08:40.593Z","repository":{"id":36954755,"uuid":"290526597","full_name":"nuxt/modules","owner":"nuxt","description":"Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.","archived":false,"fork":false,"pushed_at":"2025-04-21T21:31:17.000Z","size":17807,"stargazers_count":987,"open_issues_count":196,"forks_count":280,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-27T04:54:59.372Z","etag":null,"topics":["integration","nuxt","nuxt-module","vue"],"latest_commit_sha":null,"homepage":"https://nuxt.com/modules","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["nuxt"]}},"created_at":"2020-08-26T14:57:31.000Z","updated_at":"2025-04-26T05:08:13.000Z","dependencies_parsed_at":"2023-10-10T18:41:59.331Z","dependency_job_id":"5f25ede9-1221-40fa-be62-2104395786df","html_url":"https://github.com/nuxt/modules","commit_stats":{"total_commits":956,"total_committers":228,"mean_commits":4.192982456140351,"dds":0.8786610878661087,"last_synced_commit":"5346488a2d061c6508cf0df2ad08fe9d9813a9ae"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fmodules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fmodules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fmodules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fmodules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/modules/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251089620,"owners_count":21534523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["integration","nuxt","nuxt-module","vue"],"created_at":"2024-08-04T08:02:31.376Z","updated_at":"2025-04-27T04:55:07.916Z","avatar_url":"https://github.com/nuxt.png","language":"TypeScript","funding_links":["https://github.com/sponsors/nuxt"],"categories":["Vue","TypeScript","vue"],"sub_categories":[],"readme":"[![Explore Nuxt Modules to build Vue applications](https://user-images.githubusercontent.com/904724/210616249-25aec46e-ab06-4b4d-9154-10b02546d558.jpg)](https://nuxt.com/modules)\n\n# Nuxt Modules\n\n[![npm version][npm-version-src]][npm-version-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n[![Volta][volta-src]][volta-href]\n\n\u003e Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.\n\n- 🔗 [Modules listing](https://nuxt.com/modules)\n- 📖 [Module author guide](https://nuxt.com/docs/guide/going-further/modules)\n\n## Modules Database\n\nMetadata of nuxt modules are maintained in [yml](https://en.wikipedia.org/wiki/YAML) files inside [./modules](./modules) directory and automatically synced from upstream to fetch latest information.\n\n### Add/Update a module\n\n```bash\npnpm sync \u003cname\u003e \u003crepo\u003e\n```\n\nExample: `pnpm sync tailwindcss nuxt-modules/tailwindcss`\n\nTo sync with a branch different than `main`, suffix the repo with `#repo-branch`, example: `pnpm sync tailwindcss nuxt-modules/tailwindcss#dev`\n\n### Contribution\n\n- If you feel a module is missing, please create a new [issue](https://github.com/nuxt/modules/issues/new)\n- If some data is outdated please directly open a pull request\n\n### Using CDN\n\nCompiled JSON data is available from following CDNs:\n\n- **jsdelivr:** https://cdn.jsdelivr.net/npm/@nuxt/modules@latest/modules.json\n- **unpkg:** https://unpkg.com/@nuxt/modules@latest/modules.json\n\n### Using npm package\n\nYou can use the `@nuxt/modules` package by installing it in your project:\n\n```bash\n# npm\nnpm install @nuxt/modules\n\n# pnpm\npnpm add @nuxt/modules\n```\n\nThen you can directly import the list of modules:\n\n```js\n// ESM\nimport modules from '@nuxt/modules'\n\n// CommonJS\nconst modules = require('@nuxt/modules')\n```\n\n### Schema\n\nField Name      | Auto sync | Description\n----------------|-----------|--------------\n`name`          | No        | Canonical name or integration name\n`description`   | Yes       | Short description\n`repo`          | No        | GitHub repository. Format is `org/name` or `org/name#main/path`\n`npm`           | Yes       | NPM package name\n`icon`          | No        | Icon of module from [./icons](./icons) directory\n`github`        | No        | GitHub URL\n`website`       | No        | Website URL\n`learn_more`    | No        | Link to learn more (website or relevant integration website)\n`category`      | No        | Module category from [./lib/categories.ts](./lib/categories.ts)\n`type`          | No        | `community` (for [nuxt-community](https://github.com/nuxt-community/)), `official` (for https://github.com/) or `3rd-party`\n`maintainers`   | Yes       | List of maintainers each item has `name`, `github` and `avatar`\n`compatibility` | No        | Module compatibility status. `nuxt` field specifies semver of supported nuxt version. `requires.bridge: true\\|optional` can be used to specify Nuxt 2 bridge compatibility.\n\n\n## Maintenance\n\n### Auto update all current modules\n\n```bash\npnpm sync\n```\n\n### Generate `modules.json`\n\n```bash\npnpm build\n```\n\n## License\n\n[MIT](./LICENSE) - Made by Nuxt Team\n\n[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@nuxt/modules\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com/modules\n\n[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg\n[volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fmodules/lists"}