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

Scroll monitor setup

Let's use scroll monitor in our project now. Unfortunately scroll monitor is not a Vue.js plugin, it's just a regular JavaScript library, so it doesn't integrate as nicely as what Vue Resource does.

But that's okay, because it will give us the opportunity to learn some interesting things about how Vue works!

Anyway, we now have a a global object scrollMonitor which has a method create which creates a listener on an element in the page.


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

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

  • RSS
  • |
  • Atom