https://github.com/srcrs/vuepress-plugin-goatcounter
Easy web analytics. No tracking of personal data.
https://github.com/srcrs/vuepress-plugin-goatcounter
Last synced: 6 months ago
JSON representation
Easy web analytics. No tracking of personal data.
- Host: GitHub
- URL: https://github.com/srcrs/vuepress-plugin-goatcounter
- Owner: srcrs
- License: mit
- Created: 2020-06-30T07:15:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T11:12:34.000Z (almost 5 years ago)
- Last Synced: 2025-08-25T04:21:54.110Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.goatcounter.com/
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vuepress-plugin-goatcounter](https://github.com/srcrs/vuepress-plugin-goatcounter)
> goatcounter plugin for vuepress
## Install
```bash
npm install -D vuepress-plugin-goatcounter
```
## Usage
```javascript
module.exports = {
plugins: ['vuepress-plugin-goatcounter', {
'user': '[my-code]'
}]
}
```
You will access your account at https://[my-code].goatcounter.com.
## Options
### user
- Type: `string`
- Default: `undefined`
Provide the goatcounter user to enable integration.