At this moment I have an operating ASP.NET MVC 5 application that works view rich views with a number of JQuery plug-ins. I want to migrate that very same application to Vue, Bootstrap-vue and PrimeVue.
Vue e Bootstrap-vue are already integrated to the application, so a number of views were already rewritten and are working properly. The next step is to add PrimeVue, so the UX will be much improved by taking advantages of the PrimeVue rich components.
My problem is that PrimeVue documentation gives some directions on using Webpack to setup the components, but I have no culture on Webpack. Those directions are stil blurry for me.
What I ask is a roadmap to be able to integrate PrimeVue to my ASP.NET MVC 5 project.
Thanks in advance!