@bitruss/vuepress-plugin-matomo
v0.0.3
Published
Matomo Analytics plugin for VuePress
Downloads
6
Maintainers
Readme
VuePress Plugin Matomo Analytics
This project add Matomo support for vuepress.
FYI Matomo is a powerful web analytics platform that gives you and your business 100% data ownership and user privacy protection.
This plugin is based on the official VuePress plugin @vuepress/plugin-google-analytics - npm.
Install
$ npm install -D vuepress-plugin-matomo
# or
$ yarn add -D vuepress-plugin-matomo
Usage
Add vuepress-plugin-matomo
in your site or theme config file.
See official docs
// .vuepress/config.js
// or
// .vuepress/theme/index.js
module.exports = {
plugins: [
['matomo', {trackerUrl: 'XXX', siteId: 'YYY'}]
]
}