[Vuejs]-Wowjs and Animate.css is not working with VUEJS

0👍

For the vue you need to have the latest vue-cli (4.5.12) and animate.css (4.1.1) versions for it to work.

Probably you may want to import them directly and load them through a CDN.

For wowjs try, (npm install wow.js) instead. You can check the references here:

https://github.com/animate-css/animate.css/issues/993

https://github.com/matthieua/WOW/issues/252

Leave a comment