Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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',
}],
],
}
```