Skip to content

๐Ÿ”Œ A simple Vue plugin for Fathom Analytics

License

Notifications You must be signed in to change notification settings

ubclaunchpad/vue-fathom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

vue-fathom npm (scoped)

A simple Vue plugin for Fathom Analytics.

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

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