mmlampinen / vue-hotjar

Hotjar plugin for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-hotjar

Hotjar plugin for Vue.js

How to use

Copy either the ts or js file into your plugin directory. Then in your main.[jt]s add the following :

import VueHotjar from './plugins/hotjar';

Vue.use(VueHotjar, { 
  id: '1234567',
  sv: '6' // optional, defaults to 6
});

About

Hotjar plugin for Vue.js

License:MIT License


Languages

Language:TypeScript 56.1%Language:JavaScript 43.9%