Amp Module Save

AMP Module for Nuxt 2

Project README

⚡ @nuxtjs/amp

npm version npm downloads Circle CI Codecov Dependencies Standard JS

AMP (Accelerated Mobile Pages) Module for Nuxt 2

Looking for a Nuxt 3 alternative? Try out:

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 [email protected]

Open Source Agenda is not affiliated with "Amp Module" Project. README Source: nuxt-community/amp-module
Stars
204
Open Issues
28
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating