Vue.js
Using Fathom Analytics with Vue.js requires no extra configuration. If you have some sort of automatic build set-up, you'll need to find a way to get the script onto the page. Otherwise, the following code, added to your index.html page will do the trick.
<script type="text/plain" class="language-js"><script src="https://cdn.usefathom.com/script.js"data-spa="auto" data-site="ABCDEFG" defer></script></script>Further customization
To learn about all the options we offer, read our advanced documentation here.