Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ubclaunchpad/vue-fathom
- Owner: ubclaunchpad
- License: mit
- Created: 2020-05-06T02:58:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T06:29:53.000Z (about 4 years ago)
- Last Synced: 2024-10-02T23:19:25.753Z (about 1 month ago)
- Topics: analytics, fathom, javascript, plugin, vue
- Language: JavaScript
- Homepage: https://usefathom.com/
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: { ... },
});
```