@yabhq/nuxt-hotjar
v0.2.0
Published
Module for hotjar implementation in NuxtJS
Downloads
249
Readme
Nuxt Hotjar
Implement Hotjar in your Nuxt app.
Quick Install
$ npm i @yabhq/nuxt-hotjar
In your nuxt.config.js:
modules: [
// ....
['@yabhq/nuxt-hotjar', {
hjid: 0000000, // required
hjsv: 0, // optional
defer: false, // optional
async: false // optional,
dev: false // optional
}],
// ....
]