VuePress plugin for Smartlook.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
To install latest version use NPM.
npm install --save vuepress-plugin-smartlook
- Register at smartlook.com.
- Get tracking code (Projects -> Tracking code).
- Install
vuepress-plugin-smartlook
package using NPM. - Update
config.js
of your VuePress website.
module.exports = {
title: "Your awesome site",
plugins: [
[
'vuepress-plugin-smartlook',
{
id: "**smartlook*key**"
}
]
]
};
Consider to support f3l1x. Also thank you for using this package.