0.1.3 • Published 4 years ago

nuxtjs-insights v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

⚡ nuxtjs-insights

npm version npm downloads

Parse the result of PageSpeed Insights and send a slack notification

Notification:

Setup

  1. Add the nuxtjs-insights dependency with yarn or npm to your project
  2. Add nuxtjs-insights to the buildModules section of nuxt.config.js
  3. Configure it:
{
  buildModules: [
    ['nuxtjs-insights', {
      webhookUrl: 'https://hooks.slack.com/services/******/*****/******',
      url: 'https://www.google.com'
    }]
  ]
}

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) Joffrey Berrier joffrey.berrier@gmail.com