I've recently integrated ProgressBar.js library into my app, which is built using vue and laravel with laravel mix. After installing ProgressBar.js via npm install, I am unsure how to incorporate it into my .vue files. I'm considering adding it to the vue prototype, but I'm not sure how to require it afterward. Any guidance on how to properly use this library within my single file components?
Visit ProgressBar.js documentation for installation instructions.