Vue
Introduction to Vue.js: Forms and Data
  •  

Setting up Axios

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

This is where rubber meets the road in terms of getting data. Because Vue doesn't ship with an HTTP client, we need to install one. The most popular option is Axios.

To read up on Axios, if you are already not familiar, please check out the documentation found here: https://github.com/axios/axios

 

I finished! On to the next chapter