README.md
May 21, 2021 ยท View on GitHub
Smartlook โค๏ธ Vuepress
VuePress plugin for Smartlook.
๐น f3l1x.io | ๐ป f3l1x | ๐ฆ @xf3l1x
Usage
To install latest version use NPM.
npm install --save vuepress-plugin-smartlook
Documentation
- Register at smartlook.com.
- Get tracking code (Projects -> Tracking code).
- Install
vuepress-plugin-smartlookpackage using NPM. - Update
config.jsof your VuePress website.
module.exports = {
title: "Your awesome site",
plugins: [
[
'vuepress-plugin-smartlook',
{
id: "**smartlook*key**"
}
]
]
};
Development
Consider to support f3l1x. Also thank you for using this package.