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-smartlook
package using NPM. - Update
gridsome.config.js
of 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.