{"id":13901361,"url":"https://github.com/nuxt-modules/strapi","last_synced_at":"2025-10-27T15:50:58.500Z","repository":{"id":37066992,"uuid":"272718384","full_name":"nuxt-modules/strapi","owner":"nuxt-modules","description":"Strapi Module for Nuxt","archived":false,"fork":false,"pushed_at":"2025-10-26T23:03:14.000Z","size":6241,"stargazers_count":702,"open_issues_count":52,"forks_count":88,"subscribers_count":9,"default_branch":"dev","last_synced_at":"2025-10-27T01:07:06.514Z","etag":null,"topics":["nuxt-module","strapi"],"latest_commit_sha":null,"homepage":"https://strapi.nuxtjs.org","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-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-16T13:40:42.000Z","updated_at":"2025-10-26T21:16:51.000Z","dependencies_parsed_at":"2024-01-29T17:50:44.779Z","dependency_job_id":"7fae23a6-f2c7-4a10-9b31-8441d43e7e2e","html_url":"https://github.com/nuxt-modules/strapi","commit_stats":{"total_commits":415,"total_committers":46,"mean_commits":9.021739130434783,"dds":0.5108433734939759,"last_synced_commit":"f53bdf9c18123c5c26add33a81f9dab7f598a7ef"},"previous_names":["nuxt-community/strapi-module"],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt-modules/strapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fstrapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fstrapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fstrapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fstrapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/strapi/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fstrapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281295814,"owners_count":26476759,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nuxt-module","strapi"],"created_at":"2024-08-06T21:01:16.484Z","updated_at":"2025-10-27T15:50:58.478Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"[![@nuxtjs/strapi](./docs/public/cover.png)](https://strapi.nuxtjs.org)\n\n# Nuxt Strapi\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n[![Volta][volta-src]][volta-href]\n\n[Strapi](https://strapi.io) module for [Nuxt](https://nuxt.com).\n\n- [✨ \u0026nbsp;Release Notes](https://github.com/nuxt-modules/strapi/releases)\n- [📖 \u0026nbsp;Read the documentation](https://strapi.nuxtjs.org)\n\n## Features\n\n- Nuxt 3 ready\n- Strapi v5/v4/v3 compatible\n- Authentication support\n- RESTful methods\n- Handle errors with hooks\n- TypeScript support\n\n[📖 \u0026nbsp;Read the documentation](https://strapi.nuxtjs.org)\n\n\u003e If you want to use this module for Nuxt 2, check out the documentation of the v0 of the module: http://strapi-v0.nuxtjs.org/.\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Build module using `yarn build` or `npm run build` to build once\n   - Use `yarn build --stub` or `npm run build --stub` during active development\n4. Start development server using `yarn dev` or `npm run dev`\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/strapi/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/strapi\n\n[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/strapi.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/strapi\n\n[license-src]: https://img.shields.io/npm/l/@nuxtjs/strapi.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/@nuxtjs/strapi\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\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/strapi?utm_source=nuxt_strapi_readme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fstrapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fstrapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fstrapi/lists"}