Analytics
Google Analytics
Google Analytics is preconfigured, but disabled by default.
To enable GA support:
- Define your GA ID and other
vue-analytics
settings inconfig.analytics.js
- Uncomment the line in
@vendor/vue.js
wherevue-analytics
isimported
Other analytics providers
To configure any other analytics solution, initialise its JS SDK in a new file under src/vendor/
and import this file in main.js
.