nuxtjs-insights
v0.1.3
Published
PageSpeed insights google for Nuxt
Readme
⚡ nuxtjs-insights
Parse the result of PageSpeed Insights and send a slack notification
Notification:
Setup
- Add the
nuxtjs-insightsdependency withyarnornpmto your project - Add
nuxtjs-insightsto thebuildModulessection ofnuxt.config.js - Configure it:
{
buildModules: [
['nuxtjs-insights', {
webhookUrl: 'https://hooks.slack.com/services/******/*****/******',
url: 'https://www.google.com'
}]
]
}Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
License
Copyright (c) Joffrey Berrier [email protected]
