1 min readSep 11, 2018
Hi DDS Soni,
Thanks very much.
I don’t have first hand experience with Vue.js so can’t really advise on Vue.js specific setup; but maybe one of other commenters have.
But I would recommend if you plan on adding it to your MVC project than use npm and webpack, and not using NuGet given that npm is where all the investment is being made.
In my example I am using a common layout file which contains a Bootstrap navbar and the container div, webpack is generating this and inserting the appropriate tags to reference JS and CSS.