Nuxt.js module for Smartlook.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
To install latest version use NPM.
npm install --save nuxt-smartlook
- Register at smartlook.com.
- Get tracking code (Projects -> Tracking code).
- Install
nuxt-smartlook
package using NPM. - Update
nuxt.config.js
of your Nuxt website.
module.exports = {
modules: [
'nuxt-smartlook',
],
smartlook: {
id: "**smartlook*key**",
enabled: process.env.NODE_ENV === 'production',
}
};
Consider to support f3l1x. Also thank you for using this package.