Socket
Socket
Sign inDemoInstall

@artmizu/nuxt-yandex-metrika

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @artmizu/nuxt-yandex-metrika

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/artmizu/nuxt-yandex-metrika/CI?label=CI&style=plastic) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/artmizu/nuxt-yandex-metrika/release-please?label=release


Version published
Maintainers
1
Created

Readme

Source

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.

FAQs

Last updated on 13 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc