For Vue.js applications, you can integrate Visitors analytics in your app using several approaches.
Replace YOUR_TOKEN with your project token.
The simplest approach is to add the script tag directly to your public/index.html file.
If you're using Vue Meta for managing document head:
For dynamic script loading in your main Vue component: