1.3 KiB
1.3 KiB
❗ This plugin in pre-release stage |
---|
Wide Angle Analytics for Vue.js
Enable privacy-friendly web analytics in your Vue.js 3.x application with our official plugin.
Wide Angle Analytics is powerful, strictly-GDPR compliant Google Analytics alternative.
How to get started
You can enable Wide Angle Analytics in your Vue.js projects in just few steps. No complex configuration needed as our sane defaults give you reliable and privacy centric deployment out of the box.
- Go to Wide Angle website, create an account. You can create free 14-day trail. No Credit Card is required. Learn more.
- Create new Site and activate it.
- Install
wideangle-vuejs
plugin in your Vue application.
npm install wideangle-vuejs
- Enable and configure plugin.
import WideAnglePlugin from 'wideangle-vuejs'
app.use(WideAnglePlugin)
Configuring Wide Angle Analytics plugin
👷 * TODO*