Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" })

About

Plausible analytics plugin for Vue.js

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages