Datacollection in Vue

Hi there,

I want to include Piwik into an VueApp. There is no Frameworkintegration for Vue. Only React, next.js and Angular.
How could I integrate Piwik into Vue? I have to track some Buttonpresses and some informations the User has stored in a piniastorage.

Is this only possible over the JS-Snippet and datalayer?
A npm package would be nicer.

greets
Pascal

@bezkel right now we don’t have a Piwik PRO library for Vue.
We’ll consider developing it - I’ll let our team know.

In the meantime you’d need to install our container code and follow our setup for Single-page applications. Of course you can also set up Custom Events for button presses and the datalayer would be the best way to achieve that.