0.0.0 • Published 5 years ago

nuxt-hotjar v0.0.0

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

Nuxt Hotjar NPM version Build Status Dependency Status Coverage percentage

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 nuxt-hotjar dependency using yarn or npm to your project
  • Add nuxt-hotjar to modules section of nuxt.config.js
  modules: [
    ['nuxt-hotjar', { 
        id: 'hjsv', 
        sv: 'hjid'
    }],
]

Options

id

  • Required
  • Hotjar ID

sv

  • Hotjar Snippet Version

License

MIT © Neveena