plausible-vue

0.0.1 • Public • Published

Plausible Vue plugin

Install

npm install plausible-vue

How to use

Import the plugin and initiate it with Vue.use:

import Plausible from "plausible-vue"
import Vue from "vue"

Vue.use(Plausible)

You can conditionally disable analytics using the disable option:

Vue.use(Plausible, { disable: process.env.NODE_ENV !== "production" })

Readme

Keywords

none

Package Sidebar

Install

npm i plausible-vue

Weekly Downloads

2

Version

0.0.1

License

none

Unpacked Size

3.01 kB

Total Files

4

Last publish

Collaborators

  • tnjm