f00b4r / vuepress-plugin-smartlook

πŸ‘€ Smartlook tracking plugin for VuePress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smartlook ❀️ Vuepress

VuePress plugin for Smartlook.

πŸ•Ή f3l1x.io | πŸ’» f3l1x | 🐦 @xf3l1x


Usage

To install latest version use NPM.

npm install --save vuepress-plugin-smartlook

Documentation

  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**"
      }
    ]
  ]
};

Development


Consider to support f3l1x. Also thank you for using this package.

About

πŸ‘€ Smartlook tracking plugin for VuePress

License:MIT License


Languages

Language:TypeScript 100.0%