As a beginner in VueJS, I am exploring ways to incorporate an external JavaScript library into my component.
After downloading the minified JS file and placing it in my assets directory, I'm unsure how to compile my component to utilize this library effectively. Additionally, I would like to include CSS files from the same directory.
I've scoured through the Vue documentation without finding a solution to my query. Any assistance on this matter would be greatly appreciated.
My current assumption is that I need to make changes to the webpack file?
Thank you!