I have the concept of a homepage (Home.vue) that is based off a template I purchased *includes (css, html file, and custom javascript). Almost all the css has been imported correctly but I can't seem to get the javascript loaded like the template. I believe Vue bundles everything into the app.js maybe?
Here is the Source of structure of the template and the my project.


importorrequirethe main JS file for that library.import './path-to-js.js'; this is called a side effecting import and the result will be that the these files are loaded with your app and bundled with it for production