I am currently working on a VueJS project where I utilize npm to handle all Vue-related components such as vue-resource, router, and Vuex. However, in my index.html file, I have also included additional scripts like Bootstrap, jQuery, and Tween using script tags.
- Bootstrap
- jQuery
- Tween
Is there a more efficient way to include these scripts by using npm so that they are possibly bundled in the main build file? If this is the case, how can I go about doing this?