I know there is a GRUNT-BOWER plugin that automatically includes BOWER dependencies in the index.html file through tags every time you install any new bower package.
Is there any similar tool that automatically injects / includes NPM dependencies in index.html?
FYI project - VUE-CLI WEBPACK project. Can this be achieved via WEBPACK or do I need a dedicated build tool for this?
javascript
npm
webpack
vuejs2
vue-cli
Prabhu
source
to share