I just started using Vue.js, but not sure how to add Boostrap package without using jQuery. I don't want to mix jQuery and Vue.js, so I decided to write my own JS code for triggering modal dialog (e.g.).
This is my prefered package:
npm install [email protected]
Currently, the app returns an error (jQuery is required), and I know that installing jQuery and adding it in webpack config would fix the problem, but as I said, I'd like to avoid jQuery.
Yes, I know that there's boostrap-vue, but I'm not interested into that too.
Thanks, N.