CSRF token in storefront using Vue.js

I am using a custom instance of Vue.js in the storefront. But I’m having some issues with adding items to the cart. Or any API calls for that instance. I need a CSRF token for API call, but I have no idea how to retrieve this token from inside my Vue.js storefront, because I’m not using twig. Is there a way to get this token inside a Vue storefront?