vitepress-plugin-google-analytics
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

vitepress-plugin-google-analytics

Google analytics plugin for Vitepress

vitepress-plugin-google-analytics logo

Downloads Version License

Install

yarn add -D vitepress-plugin-google-analytics
# OR npm install -D vitepress-plugin-google-analytics

Usage

// .vitepress/theme/index.ts

import DefaultTheme from "vitepress/theme"
import googleAnalytics from 'vitepress-plugin-google-analytics'

export default {
  ...DefaultTheme,
  enhanceApp: (ctx) => {
    googleAnalytics({
      id: 'G-******', // Replace with your GoogleAnalytics ID, which should start with the 'G-'
    })
  }
}

Then you can use Google analytics in production! 🎉

Package Sidebar

Install

npm i vitepress-plugin-google-analytics

Weekly Downloads

190

Version

1.0.2

License

MIT

Unpacked Size

3.8 kB

Total Files

5

Last publish

Collaborators

  • zhongxuyang