“An all-in-one Nuxt 3 analytics module that seamlessly integrates Matomo and Google Tag Manager, allowing for easy tracking configuration across your Nuxt applications. This module simplifies setup, automates tracking script injection, and offers a flexible configuration interface, making it ideal for both personal projects and scalable enterprise applications.”
My new Nuxt module for doing amazing things.
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Install the module to your Nuxt application with one command:
pnpm
That's it! You can now use nuxt-analytics-module in your Nuxt app ✨
Local development
# Install dependencies
pnpm install
# Generate type stubs
pnpm dev:prepare
# Develop with the playground
pnpm dev
# Build the playground
pnpm dev:build
# Run ESLint
pnpm lint
# Run Vitest
pnpm test
pnpm test:watch
# Release new version
pnpm release