0.0.6 ā€¢ Published 4 years ago

vuepress-plugin-smartlook v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Installation

npm install --save vuepress-plugin-smartlook

Usage

  1. Register at smartlook.com.
  2. Get tracking code (Projects -> Tracking code).
  3. Install vuepress-plugin-smartlook package using NPM.
  4. Update config.js of your VuePress website.
module.exports = {
  title: "Your awesome site",
  plugins: [
    [
      'vuepress-plugin-smartlook',
      {
        id: "**smartlook*key**"
      }
    ]
  ]
};
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago