Skip to content

Nuxt module to integrate hotjar into your project

License

Notifications You must be signed in to change notification settings

netsells/nuxt-hotjar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nuxt module to integrate hotjar into your project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published