Socket
Socket
Sign inDemoInstall

@remindgmbh/nuxt-typo3-matomo

Package Overview
Dependencies
196
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @remindgmbh/nuxt-typo3-matomo

## Requirements


Version published
Maintainers
1
Created

Readme

Source

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.

FAQs

Last updated on 25 Apr 2024

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