Vue plugin for Segment.io Analytics
Vue ^2.0.0
npm install --save-dev vue-segment-analytics
import Vue from 'vue'
import VueSegmentAnalytics from 'vue-segment-analytics'
Vue.use(VueSegmentAnalytics, {
id: 'XXXXX',
router // Optional
})
Interested in writing analytics code once? With Segment, you can collect customer data from any source (web, mobile, server, CRM, etc.) and send it to over 250+ destinations (Google Analytics, Amplitude, Mixpanel, etc.) via the Segment dashboard. Follow the tailored guide for Vue to get setup.