Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubclaunchpad/vuepress-plugin-fathom
🔌 A simple VuePress plugin for Fathom Analytics
https://github.com/ubclaunchpad/vuepress-plugin-fathom
analytics fathom javascript plugin vuepress
Last synced: about 2 months ago
JSON representation
🔌 A simple VuePress plugin for Fathom Analytics
- Host: GitHub
- URL: https://github.com/ubclaunchpad/vuepress-plugin-fathom
- Owner: ubclaunchpad
- License: mit
- Created: 2020-05-06T19:08:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T15:42:16.000Z (over 4 years ago)
- Last Synced: 2024-11-13T23:25:14.993Z (about 2 months ago)
- Topics: analytics, fathom, javascript, plugin, vuepress
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress-plugin-fathom ![npm (scoped)](https://img.shields.io/npm/v/@ubclaunchpad/vuepress-plugin-fathom)
A simple VuePress plugin for Fathom Analytics.
```sh
npm i -s @ubclaunchpad/vuepress-plugin-fathom
``````js
module.exports = {
// ...
plugins: [
['@ubclaunchpad/fathom', {
'siteID': 'XXXXXXXX',
}],
],
}
```