0.2.0 • Published 5 years ago

@yabhq/nuxt-hotjar v0.2.0

Weekly downloads
83
License
MIT
Repository
github
Last release
5 years ago

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
    }],
    // ....
]