0.0.3 ⢠Published 5 years ago
gridsome-plugin-smartlook v0.0.3
Usage
To install latest version use NPM.
npm install --save gridsome-plugin-smartlookDocumentation
- 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**"
}
]
]
};Development
Consider to support f3l1x. Also thank you for using this package.