gridsome-plugin-smartlook
v0.0.3
Published
Smartlook tracking plugin for Gridsome
Downloads
59
Maintainers
Readme
Usage
To install latest version use NPM.
npm install --save gridsome-plugin-smartlook
Documentation
- 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**"
}
]
]
};
Development
Consider to support f3l1x. Also thank you for using this package.