gridsome-plugin-smartlook

0.0.3 • Public • Published

Smartlook ❤️ Gridsome

Gridsome plugin for Smartlook.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


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.

Package Sidebar

Install

npm i gridsome-plugin-smartlook

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

4.62 kB

Total Files

5

Last publish

Collaborators

  • f3l1x