1.1.0 • Published 7 days ago

@remindgmbh/nuxt-typo3-matomo v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
7 days ago

REMIND - Nuxt TYPO3 Matomo

Requirements

Nuxt3 project with @remindgmbh/nuxt-typo3.

Installation

  1. install using npm install @remindgmbh/nuxt-typo3-matomo

  2. add module in nuxt.config.js

    export default defineNuxtConfig({
        ...
        modules: [
            ...
            '@remindgmbh/nuxt-typo3-matomo',
            ...
        ]
        ...
    })

Configuration

Module options are described in ModuleOptions Interface in module.ts and can be set using the config key typo3Matomo. Public runtimeConfig can be used as well to set module options.