1.1.0 • Published 1 year ago

@artmizu/nuxt-yandex-metrika v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

GitHub Workflow Status GitHub Workflow Status

Yandex Metrika for Nuxt 2/3

Features

  • Support Nuxt 2/3
  • Prints handy mesages in a dev mode, when certain goals is reached
  • Expose useful methods to the nuxt app instance
  • Fully customizable via runtime config
  • Types for external API

Installation

Nuxt 3

Install package via a package manager:

# using npm
npm install --save-dev @artmizu/nuxt-yandex-metrika

# using yarm
yarn add -D @artmizu/nuxt-yandex-metrika

# using pnpm
pnpm add -D @artmizu/nuxt-yandex-metrika

Add it to a modules section of your nuxt config:

export default {
  modules: ['@artmizu/nuxt-yandex-metrika']
}

Nuxt 2

Similarly install package and add it to a buildModules section of your nuxt config:

export default {
  buildModules: ['@artmizu/nuxt-yandex-metrika']
}

Module parameters

You can pass it through runtime config, module options and the special nuxt config property.