@netsells/nuxt-hotjar

0.1.3 • Public • Published

Nuxt Hotjar NPM version Dependency Status

Add nuxt hotjar to your nuxt.js application.

Note: nuxt hotjar is not enabled in dev mode. You can set environment variable NODE_ENV to production for testing in dev mode.

Setup

  • Add @netsells/nuxt-hotjar dependency using yarn or npm to your project
  • Add @netsells/nuxt-hotjar to modules section of nuxt.config.js
modules: [
    ['@netsells/nuxt-hotjar', { 
        id: 'hjid', 
        sv: 'hjsv',
    }],
]

Options

id

  • Required
  • Hotjar ID

sv

  • Hotjar Snippet Version

License

MIT © Netsells

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @netsells/nuxt-hotjar

      Weekly Downloads

      1,572

      Version

      0.1.3

      License

      MIT

      Unpacked Size

      3.96 kB

      Total Files

      5

      Last publish

      Collaborators

      • rebeccaanderton
      • samturrell
      • spamoom
      • jakub.gawron