vuepress-plugin-plausible-imgradeone

0.0.3 • Public • Published

Plausible Analytics Plugin for VuePress

This plugin helps to integrate Plausible Analytics in your VuePress documentation website. Plausible is a alternative to Google Analytics with a focus on privacy.

There is also a list privacy-focused tracking solutions.

Install

To install the VuePress plugin, run one of the following commands:

npm install vuepress-plugin-plausible

# or

yarn add vuepress-plugin-plausible

Configuration

Add the VuePress plugin in your site or theme config file. The configuration is done as part of the plugin configuration. Your configuration file is usually located under .vuepress/config.js. Extend it with this line:

module.exports = {
  plugins: [
    'plausible': { domain: 'your-domain.com' },

    // other plugins
    // ...
  ]
}

For more details on how to work with VuePress plugins, check out the official docs.

License

This package is released under the MIT license by Peter Thaleikis.

Package Sidebar

Install

npm i vuepress-plugin-plausible-imgradeone

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

4.35 kB

Total Files

5

Last publish

Collaborators

  • imgradeone