Skip to content

nuxt-community/amp-module

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2020
Oct 25, 2024
Jan 24, 2021
Jan 24, 2021
Jan 10, 2021
Jan 24, 2021
Apr 18, 2019
Dec 12, 2020
Mar 21, 2020
Jul 23, 2019
Jan 24, 2021
Apr 18, 2019
Sep 30, 2024
Sep 3, 2020
Apr 18, 2019
Apr 18, 2019
Sep 10, 2019
Sep 3, 2020
Oct 25, 2024
Apr 18, 2019
Oct 25, 2024

Repository files navigation

⚡ @nuxtjs/amp

npm version npm downloads Circle CI Codecov Dependencies Standard JS

AMP (Accelerated Mobile Pages) Module for Nuxt 2

DEMO: https://codesandbox.io/s/github/nuxt-community/amp-module/

📖 Release Notes

Docs

Setup

  1. Add the @nuxtjs/amp dependency with yarn or npm to your project
  2. Add @nuxtjs/amp to the modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    '@nuxtjs/amp',

    // With options
    ['@nuxtjs/amp', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Ahad Birang farnabaz@gmail.com