This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@artmizu/nuxt-yandex-metrika
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @artmizu/nuxt-yandex-metrika

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

12 kB

Total Files

18

Last publish

Collaborators

  • artmizu