vue-fathom

A simple Vue plugin for Fathom Analytics.

Fathom is a simple, light-weight, privacy-focused alternative to Google Analytics. So, stop scrolling through pages of reports and collecting gobs of personal data about your visitors, both of which you probably don’t need. Our website stats show up on a single, blazingly fast dashboard so you can make business decisions quickly.

npm i -s @ubclaunchpad/vue-fathom
import Vue from 'vue';
import VueFathom from '@ubclaunchpad/vue-fathom';

Vue.use(VueFathom, {
  siteID: 'XXXXXXXX',
  disabled: false,
  settings: { ... },
});

GitHub