0.0.6 ⢠Published 6 years ago
vuepress-plugin-smartlook v0.0.6
Installation
npm install --save vuepress-plugin-smartlookUsage
- 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**"
}
]
]
};