@bongnv/google-analytics-plugin

A VueStatic plugin to support Google Analytics

Usage no npm install needed!

<script type="module">
  import bongnvGoogleAnalyticsPlugin from 'https://cdn.skypack.dev/@bongnv/google-analytics-plugin';
</script>

README

@bongnv/google-analytics-plugin

TODO: description

Usage

const GoogleAnalyticsPlugin = require('@bongnv/google-analytics-plugin');

module.exports = {
  plugins: [
    new GoogleAnalyticsPlugin({
      id: "UA-xxxxxxxx-x",
    }),
  ]
}