Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ubclaunchpad/vue-fathom

🔌 A simple Vue plugin for Fathom Analytics
https://github.com/ubclaunchpad/vue-fathom

analytics fathom javascript plugin vue

Last synced: 7 days ago
JSON representation

🔌 A simple Vue plugin for Fathom Analytics

Awesome Lists containing this project

README

        

# vue-fathom ![npm (scoped)](https://img.shields.io/npm/v/@ubclaunchpad/vue-fathom)

A simple Vue plugin for Fathom Analytics.

```sh
npm i -s @ubclaunchpad/vue-fathom
```

```js
import Vue from 'vue';
import VueFathom from '@ubclaunchpad/vue-fathom';

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