nuxtjs-insights
v0.1.3
Published
PageSpeed insights google for Nuxt
Downloads
2
Readme
⚡ nuxtjs-insights
Parse the result of PageSpeed Insights and send a slack notification
Notification:
Setup
- Add the
nuxtjs-insights
dependency withyarn
ornpm
to your project - Add
nuxtjs-insights
to thebuildModules
section 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 install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Joffrey Berrier [email protected]