to install jQuery in quasar
-
it works to me, but not as a plugin. I successfully install jQuery by create the jquery.js file in src/boot/jquery.js, and modified the quasar.conf.js like this:
... boot: [ 'jquery', ] ...
-
You really should avoid using jQuery. There is no reason to use it or maybe I should say, Vue (and React, etc.) were built to be the next level of UI framework. Putting jQuery in Quasar is like buying a new car and using your old car to tow the new car to get around.
Scott
-
@s-molinari I would say that sometimes there is a specific old module written in qQuery which, frankly, should work in the next level of UI framework which kinda forces to use jQuery until the one finds/writes/buys a better solution for the modern environments.
-
@bravo-jack if you just need those common jquery functions, i find this gist useful for vanilla js equivalent https://gist.github.com/joyrexus/7307312.