I am testing with a Vue application and the CLI. I've been using vue-resource and I was able to access it on all my components by simply passing it to Vue.use (VueResource). How can I achieve this with axios, and not have to import it into each component, but simply define it once in the main.js file?