Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 403 Bytes

Yandex.Metrika plugin for Gridsome

See Vue Yandex Metrika for other options.

Install

  • npm install gridsome-plugin-yandex-metrika --save
  • yarn add gridsome-plugin-yandex-metrika

Usage

module.exports = {
  plugins: [
    {
      use: 'gridsome-plugin-yandex-metrika',
      options: {
        id: 12345678
      }
    }
  ]
}