DEV Community

Discussion on: How to add jQuery to Vue

Collapse
 
stefandorresteijn profile image
Stefan Dorresteijn

But... why? This is exactly what you shouldn't be doing in any JS framework. Instead of trying to do something with jQuery, do it with the framework, because that's what the framework is for.

Collapse
 
victorious profile image
Victor Nwakpa • Edited

Because some plugins requires jQuery like fancybox. Without the the jQuery fancy box wouldn't work even after you install it in Vue

Collapse
 
lukamo1996 profile image
Luka Momcilovic

Try making a div follow your scroll smoothly without jQuery.