Gridsome plugin for Smartlook.
๐น f3l1x.io | ๐ป f3l1x | ๐ฆ @xf3l1x
To install latest version use NPM.
npm install --save gridsome-plugin-smartlook
- Register at smartlook.com.
 - Get tracking code (Projects -> Tracking code).
 - Install 
gridsome-plugin-smartlookpackage using NPM. - Update 
gridsome.config.jsof your Gridsome website. 
module.exports = {
  siteName: "Your awesome site",
  plugins: [
    {
      'gridsome-plugin-smartlook',
      {
        id: "**smartlook*key**"
      }
    }
  ]
};Consider to support f3l1x. Also thank you for using this package.