{"id":13506574,"url":"https://github.com/nuxt-community/amp-module","last_synced_at":"2025-07-01T00:32:24.299Z","repository":{"id":34666131,"uuid":"182083178","full_name":"nuxt-community/amp-module","owner":"nuxt-community","description":"AMP Module for Nuxt 2","archived":false,"fork":false,"pushed_at":"2024-12-21T18:56:03.000Z","size":3203,"stargazers_count":205,"open_issues_count":28,"forks_count":36,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-28T19:03:49.031Z","etag":null,"topics":["amp","nuxt-module"],"latest_commit_sha":null,"homepage":"https://codesandbox.io/s/github/nuxt-community/amp-module/","language":"Vue","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-community.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":"2019-04-18T12:25:12.000Z","updated_at":"2024-12-19T20:29:43.000Z","dependencies_parsed_at":"2023-01-15T08:31:01.593Z","dependency_job_id":"8d3e9e7c-5b16-4da8-8ef5-ef07ea399c38","html_url":"https://github.com/nuxt-community/amp-module","commit_stats":{"total_commits":256,"total_committers":17,"mean_commits":"15.058823529411764","dds":0.5859375,"last_synced_commit":"b4d41f9d7b791ac25f12c49c2794f3c240ede112"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Famp-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Famp-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Famp-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Famp-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-community","download_url":"https://codeload.github.com/nuxt-community/amp-module/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":["amp","nuxt-module"],"created_at":"2024-08-01T01:00:53.968Z","updated_at":"2025-03-30T05:31:10.557Z","avatar_url":"https://github.com/nuxt-community.png","language":"Vue","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# ⚡ @nuxtjs/amp\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Circle CI][circle-ci-src]][circle-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![Dependencies][david-dm-src]][david-dm-href]\n[![Standard JS][standard-js-src]][standard-js-href]\n\n\u003e AMP (Accelerated Mobile Pages) Module for Nuxt 2\n\n**DEMO**: https://codesandbox.io/s/github/nuxt-community/amp-module/\n\n[📖 **Release Notes**](./CHANGELOG.md)\n\n\n## Docs\n* Getting Started\n  * [Introduction](docs/README.md)\n  * [Setup](docs/guide/setup.md)\n  * [Usage](docs/guide/usage.md)\n  * [Styling](docs/guide/styling.md)\n* Reference\n  * [API](docs/api/readme.md)\n    * [Options](docs/api/options.md)\n    * [AMP elements](docs/api/amp-elements.md)\n    * [Components](docs/api/components.md)\n\n\n## Setup\n\n1. Add the `@nuxtjs/amp` dependency with `yarn` or `npm` to your project\n2. Add `@nuxtjs/amp` to the `modules` section of `nuxt.config.js`\n3. Configure it:\n\n```js\n{\n  modules: [\n    // Simple usage\n    '@nuxtjs/amp',\n\n    // With options\n    ['@nuxtjs/amp', { /* module options */ }]\n  ]\n}\n```\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Start development server using `npm run dev`\n\n## License\n\n[MIT License](./LICENSE)\n\nCopyright (c) Ahad Birang \u003cfarnabaz@gmail.com\u003e\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/amp.svg?style=flat-square\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/amp\n\n[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/amp/latest.svg?style=flat-square\n[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/amp\n\n[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt-community/amp-module.svg?style=flat-square\n[circle-ci-href]: https://circleci.com/gh/nuxt-community/amp-module\n\n[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/amp-module.svg?style=flat-square\n[codecov-href]: https://codecov.io/gh/nuxt-community/amp-module\n\n[david-dm-src]: https://david-dm.org/nuxt-community/amp-module/status.svg?style=flat-square\n[david-dm-href]: https://david-dm.org/nuxt-community/amp-module\n\n[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square\n[standard-js-href]: https://standardjs.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-community%2Famp-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-community%2Famp-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-community%2Famp-module/lists"}