Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 390 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 390 Bytes

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