vuepress-plugin-smartlook
v0.0.6
Published
Smartlook tracking plugin for VuePress
Downloads
19
Readme
Installation
npm install --save vuepress-plugin-smartlook
Usage
- 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**"
}
]
]
};