8000 GitHub - vittominacori/vuepress-plugin-gtag: Google Tag plugin for VuePress
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vittominacori/vuepress-plugin-gtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Tag plugin for VuePress

Warning

DO NOT USE IN PRODUCTION. This is not a published package. This plugin uses localStorage to check previous stored consent and set the default values for Google Tag on Vuepress v1.x. If you want to use it in production please test within your environment.

Install

"dependencies": {
  ...
  "vuepress-plugin-gtag": "vittominacori/vuepress-plugin-gtag",
  ...
},

Usage

module.exports = {
  plugins: [
    'vuepre
59AA
ss-plugin-gtag': { 
        gtagId: '123456789',
    },

    // other plugins
    // ...
  ],
}

License

Code released under the MIT License.

About

Google Tag plugin for VuePress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0