Configuring Axios Globally with VueJS

Originally published at: https://serversideup.net/configuring-axios-globally-with-vuejs/

In the last tutorial, we went through installing Axios on VueJS and NuxtJS. We also made our first requests with each set up! However, there was one glaring difference between the VueJS and NuxtJS setups that will exponentially grow as you develop. That difference is the global access to Axios within NuxtJS compared to importing…