{"id":13506646,"url":"https://github.com/nuxt-modules/prismic","last_synced_at":"2025-12-29T23:23:39.962Z","repository":{"id":40394306,"uuid":"148062903","full_name":"nuxt-modules/prismic","owner":"nuxt-modules","description":"Easily connect your Nuxt.js application to your content hosted on Prismic","archived":false,"fork":false,"pushed_at":"2025-03-03T00:52:08.000Z","size":5287,"stargazers_count":244,"open_issues_count":1,"forks_count":48,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T19:39:03.856Z","etag":null,"topics":["nuxt","nuxt-module","prismic","prismicio","vue"],"latest_commit_sha":null,"homepage":"https://prismic.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":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}},"created_at":"2018-09-09T20:25:33.000Z","updated_at":"2025-03-09T15:24:03.000Z","dependencies_parsed_at":"2023-02-16T11:15:53.184Z","dependency_job_id":"8ac58688-d6ca-45bc-958c-fd3b7567af19","html_url":"https://github.com/nuxt-modules/prismic","commit_stats":{"total_commits":203,"total_committers":20,"mean_commits":10.15,"dds":0.7044334975369457,"last_synced_commit":"9d91b66f4d45847309884b7526e3f58a8b7ba53c"},"previous_names":["nuxt-community/prismic-module","jamespegg/prismic-nuxt"],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fprismic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fprismic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fprismic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fprismic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/prismic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281099,"owners_count":20752203,"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":["nuxt","nuxt-module","prismic","prismicio","vue"],"created_at":"2024-08-01T01:00:54.983Z","updated_at":"2025-12-29T23:23:39.950Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","readme":"\u003c!--\n\nReplace all on all files (README.md, CONTRIBUTING.md, bug_report.md, package.json):\n- @nuxtjs/prismic\n- Easily connect your Nuxt application to your content hosted on Prismic\n- nuxt-modules/prismic\n- prismic\n\n--\u003e\n\n# @nuxtjs/prismic\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n\nEasily connect your [Nuxt][nuxt] application to your content hosted on [Prismic][prismic].\n\n- 🚀 \u0026nbsp;Add Prismic to your Nuxt app in seconds.\n- 🍡 \u0026nbsp;Fetch and present Prismic content with components and composables.\n- 🏀 \u0026nbsp;[Try it now on the online playground][playground].\n\n## Install\n\nInstall the module to your Nuxt application with one command:\n\n```bash\nnpx nuxi@latest module add prismic\n```\n\nThen, configure your Prismic API endpoint:\n\n```javascript\nimport { defineNuxtConfig } from 'nuxt'\n\nexport default defineNuxtConfig({\n\tmodules: ['@nuxtjs/prismic'],\n\tprismic: {\n\t\tendpoint: 'my-repository'\n\t},\n});\n```\n\nThat's it! You can now use Prismic in your Nuxt app ✨\n\n## Documentation\n\nTo discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][prismic-docs].\n\n## Contributing\n\nWhether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!\n\n**Asking a question**: [Open a new topic][forum-question] on our community forum explaining what you want to achieve / your question. Our support team will get back to you shortly.\n\n**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.\n\n**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.\n\n**Submitting code changes**: For small fixes, feel free to [open a pull request][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.\n\nFor more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document.\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Links --\u003e\n\n[prismic]: https://prismic.io\n\n\u003c!-- Replace link with a more useful one if available --\u003e\n\n[prismic-docs]: https://prismic.io/docs/nuxt\n[nuxt-docs]: https://nuxt.com\n[changelog]: ./CHANGELOG.md\n[contributing]: ./CONTRIBUTING.md\n[playground]: https://stackblitz.com/github/nuxt-modules/prismic/tree/master/examples/minimal?file=pages%2Findex.vue\n\n\u003c!-- Replace link with a more useful one if available --\u003e\n\n[forum-question]: https://community.prismic.io\n[repo-bug-report]: https://github.com/nuxt-modules/prismic/issues/new?assignees=\u0026labels=bug\u0026template=bug_report.md\u0026title=\n[repo-feature-request]: https://github.com/nuxt-modules/prismic/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.md\u0026title=\n[repo-pull-requests]: https://github.com/nuxt-modules/prismic/pulls\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/prismic/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/prismic\n[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/prismic.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/prismic\n","funding_links":[],"categories":["Uncategorized","TypeScript"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fprismic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fprismic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fprismic/lists"}