0.0.3 ā€¢ Published 4 years ago

gridsome-plugin-smartlook v0.0.3

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

Usage

To install latest version use NPM.

npm install --save gridsome-plugin-smartlook

Documentation

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

Development


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