vuepress-plugin-smartlook
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Smartlook ❤️ Vuepress

🌐 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

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

Package Sidebar

Install

npm i vuepress-plugin-smartlook

Weekly Downloads

3

Version

0.0.6

License

MIT

Unpacked Size

3.82 kB

Total Files

5

Last publish

Collaborators

  • f3l1x