Make a request to an API with Axios in Vue

InstructorRory Smith

Share this video with your friends

Send Tweet

Let's see how to use the vue-axios NPM package to make a request to an API, and make use of the data returned.

Devan Beitel
~ 7 years ago

What is the advantage of using vue-axios?

Rory Smithinstructor
~ 7 years ago

vue-axios is a small wrapper that allows you to 'glue-together' Vue with Axios :)

alex rodriguez
~ 6 years ago

What editor/IDE are you using in this video?