modules icon indicating copy to clipboard operation
modules copied to clipboard

Add 'nuxt-umami'

Open ijkml opened this issue 3 years ago • 2 comments

Hi, I created a wrapper for Umami Analytics compatible with Nuxt 3.

It is a rewrite of nuxt-umami-module but for Nuxt 3 (and theoretically, Nuxt 2). nuxt-umami-module has an SSR issue, and I don't think it is being maintained anymore. I also tried contacting Joe Pritchard but got no response.

Repo: https://github.com/ijkml/nuxt-umami npm: https://www.npmjs.com/package/nuxt-umami

I would appreciate any help/feedback!

ijkml avatar Aug 07 '22 09:08 ijkml

Nice work @ijkml

Can you open a PR to add the module?

See how to add a repo: https://github.com/nuxt/modules#add-or-update-repository

atinux avatar Aug 13 '22 14:08 atinux

Thanks!

Opened a PR: https://github.com/nuxt/modules/pull/427

ijkml avatar Aug 14 '22 11:08 ijkml

Many thanks, @danielroe Looking at the entry on the website, the module appears not to support Nuxt 3...

Screenshot of Umami entry in nuxt modules website

Could it be because of this line? https://github.com/nuxt/modules/blob/a45b62d0e1f4dd5cd36b0e6ce77e4671271b63c6/modules/umami.yml#L15 Maybe the modules website don't recognize rc versions yet?

ijkml avatar Sep 25 '22 21:09 ijkml

Good catch. In this repo it's just ^3.0.0.

danielroe avatar Sep 25 '22 21:09 danielroe

That was fast 😅 Okay, no problem. I'll be around if there's anything I can do to help

ijkml avatar Sep 25 '22 21:09 ijkml