Skip to content

taniki/gridsome-plugin-matomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

gridsome-plugin-matomo

Matomo plugin for Gridsome

See VueMatomo for possible options.

Install

  • yarn add gridsome-plugin-matomo
  • npm install gridsome-plugin-matomo

Usage

module.exports = {
  plugins: [
    {
      use: 'gridsome-plugin-matomo',
      options: {
        host: YOUR_MATOMO_INSTANCE,
        siteId: YOUR_SITE_ID
      }
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published