Sep 8, 2018 · 1 min read
Hello Jonathan Harrison
Thank you for wonderful article. I’ve question about vuejs integration with existing project.
Existing project using ASP.NET MVC 5. that already using with NUGET Packages and would like to extend particular new views cshtml to use with VUE JS.
Do you recommend, we can use with WEBPACK , NPM for this . ? if yes then how it can be done OR best to use with VUE.js file and Vue.Componenet and use with nuget (no npm and webpack) ? Please advise here.
we can not remove NPM and bundling from existing one.
Also, each view need to use common layout file.