Matomo Tag Manager and Matomo Analytics (formerly Piwik) module for use with Nuxt JS.
npm i @agency-undone/nuxt-module-matomo --save
Add the following to nuxt.config.js
to include:
matomo: {
include: true | false,
src: your_matomo_URL,
routing: true | false,
target: 'analytics' | 'tag-manager'
}