nuxt-vk-rtrg
v0.0.5
Published
Add VK Retargeting to your nuxt.js application
Readme
VK Retargeting
Add VK Retargeting to your nuxt.js application.
This plugins automatically sends first page and route change events to VK Retargeting.
Note: VK Retargeting is not enabled in dev mode.
You can set environment variable NODE_ENV to production for testing in dev mode.
Setup
- Add
nuxt-vk-rtrgdependency using yarn or npm to your project - Add
nuxt-vk-rtrgtomodulessection ofnuxt.config.js
{
modules: [
[
'nuxt-vk-rtrg',
{
id: 'xx-xxxx-xxxxxx-xxxxx'
}
]
]
}id
- Required
