@yabhq/nuxt-hotjar

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i @yabhq/nuxt-hotjar

Weekly Downloads

42

Version

0.2.0

License

MIT

Unpacked Size

1.99 kB

Total Files

4

Last publish

Collaborators

  • chrisblackwell
  • michaelampr