0.3.7 • Published 5 years ago

@hypofriend/vue-segment-analytics v0.3.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

vue-segment-analytics

Vue plugin for Segment.io Analytics

Requirements

Vue ^2.0.0

TL;DR

npm install --save-dev vue-segment-analytics
import Vue from 'vue'
import VueSegmentAnalytics from 'vue-segment-analytics'

Vue.use(VueSegmentAnalytics, {
  id: 'XXXXX',
  router // Optional
})