Skip to content

RubyFireStudio/yandex-metrika-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex metrika

npm (scoped with tag) npm CircleCI Codecov

js-standard-style

Yandex metrika integration for Nuxt.js with vue-yandex-metrika

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