0.2.1 • Published 4 years ago

vuepress-plugin-plausible-analytics v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

vuepress-plugin-plausible-analytics

VuePress plugin to add analytics from plausible.io

Install

Run command:

yarn add -D vuepress-plugin-plausible-analytics

Usage

Add in file .vuepress/config.js:

module.exports = {
  plugins: [
    "plausible-analytics",
  ]
}

Configuration

Pass domain to use your custom domain:

module.exports = {
  plugins: [
    ["plausible-analytics", {
      domain: 'stats.yoursite.com'
    }]
  ]
}

License

MIT

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago