How do you handle outside JavaScript libraries/frameworks in Vue.js?
I'm currently building my app with the Vue-cli webpack template and I've had trouble getting all elements to load initially on Vue template pages using other libraries (JQuery, Video.js). They only show when I refresh. How do you handle this?
And pardon me if the solution is obvious, as I'm very new to development and front end JS frameworks!
Thanks everyone!