plausible-vue
v0.0.1
Published
## Install
Readme
Plausible Vue plugin
Install
npm install plausible-vueHow 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" })