nuxt-smartlook

0.0.1 • Public • Published

Smartlook ❤️ Nuxt.js

Nuxt.js module for Smartlook.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


Usage

To install latest version use NPM.

npm install --save nuxt-smartlook

Documentation

  1. Register at smartlook.com.
  2. Get tracking code (Projects -> Tracking code).
  3. Install nuxt-smartlook package using NPM.
  4. Update nuxt.config.js of your Nuxt website.
module.exports = {
   modules: [
    'nuxt-smartlook',
  ],
  smartlook: {
    id: "**smartlook*key**",
	enabled: process.env.NODE_ENV === 'production',
  }
};

Development


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

Package Sidebar

Install

npm i nuxt-smartlook

Weekly Downloads

93

Version

0.0.1

License

MIT

Unpacked Size

4.98 kB

Total Files

5

Last publish

Collaborators

  • f3l1x