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

๐Ÿ”Œ A simple Vue plugin for Fathom Analytics โ€” Read More

Latest commit to the master branch on 10-6-2020
Download as zip