nuxt-3-yandex-metrika
v1.1.1
Published
Nuxt 3 module for Yandex metrika
Readme
Yandex metrika for Nuxt 3
Quick & Simple Yandex metrika Setup in Nuxt 3
Features
⚡ Fast setup — just a few lines in nuxt.config.ts
🧩 Modular — works seamlessly with Nuxt 3 modules
🧠 SPA & SSR ready — works in all Nuxt modes
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add nuxt-3-yandex-metrikaOpen nuxt.config.ts and add the following under the runtimeConfig (or appropriate section):
yandexmetrika: {
id: '<YOUR_YANDEX_metrika_KEY>',
}That's it! You can now use Yandex metrika in your Nuxt app ✨
