The video for this lesson is currently being updated, please read the transcript instead.

Overview of vue-resource

We're going to be adding a third-party library to our project now called Vue Resource. This is a client used to make HTTP requests and is very useful for doing AJAX in your Vue app.

If you've done work with AJAX before, you might be wondering why we don't use Axios, which is a more popular library.

We definitely could, but in a simple project like this, I like Vue Resource because it integrates with Vue very nicely as you'll see.

How it works

To view the complete lesson you'll need to login or join this course.


Click to load comments...