Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Forum About
The video for this lesson is currently being updated, please read the transcript instead.
Build Your First Vue.js App > Lesson 28

Adding vue-resource to project

So we've added our search bar and given the user an ability to enter something that they want to search for in our store.

The next step is to take that search term and use that as part of an AJAX request to our API, which will then return the poster items matching the search.

In order to do that, let's install the Vue Resource library with NPM. Go to your terminal, kill the server and type...

$ npm i -S vue-resource@1.5.1

Back to course page
Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Forum
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom