0.0.1 • Published 4 years ago
nuxt-vk-pixel v0.0.1
Nuxt VK Pixel plugin
Install
$ npm install --save nuxt-vk-pixel
// or
$ yarn add nuxt-vk-pixelGetting Started
Add nuxt-vk-pixel to modules section of nuxt.config.js.
{
modules: [
['nuxt-vk-pixel', {
/* module options */
id: 'VK_PIXEL_ID',
debug: false,
}],
]
}Module options
List of possible options in the module:
| Option | Default | Required | Description |
|---|---|---|---|
| id | null | true | The unique pixel identifier provided by VK. |
| debug | false | false | By default, tracking in development mode is disabled. By specifying true, you manually allow tracking in development mode. |
0.0.1
4 years ago