How to automatically include NPM "dependencies" into index.html through <script> tags in VUE JS WEBPACK project?

Viewed 712

I know there is a GRUNT-BOWER plugin which automatically includes the BOWER dependencies into index.html file through tags every time you install any new bower package.

Is there any similar tool which automatically Injects / includes the NPM dependencies into index.html ?

FYI the project is a VUE-CLI WEBPACK project. Can this be achieved through WEBPACK or do i need a dedicated build tool for doing it ?

1 Answers
Related