0.0.1 • Published 5 years ago
plausible-vue v0.0.1
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" })
0.0.1
5 years ago