yandex-metrika-module

0.0.2 • Public • Published

Yandex metrika

npm (scoped with tag) npm CircleCI Codecov

js-standard-style

Yandex metrika integration for Nuxt.js with vue-analytics

Setup

  • Add yandex-metrika-module dependency using yarn or npm to your project
  • Add yandex-metrika-module to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    ['yandex-metrika-module', {
      id: 'XXXXXXXX'
    }]
 ]
}

using top level options

{
  modules: [
    ['yandex-metrika-module']
  ],
 
 'yandex-metrika': {
    id: 'XXXXXXXX'
  }
}

Usage

Click here for all options and features of vue-yandex-metrika

License

MIT License

Copyright (c) 2018 Ruby Fire

Readme

Keywords

none

Package Sidebar

Install

npm i yandex-metrika-module

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

4.77 kB

Total Files

5

Last publish

Collaborators

  • rubyfire