Setting up ASP.NET Core, Vue MPA with Webpack
February 15, 2021Step by step guide to set up ASP.NET Core MVC, Vue multi page application projects from scratch using Webpack
Step by step guide to set up ASP.NET Core MVC, Vue multi page application projects from scratch using Webpack
In our company, we've been using a different ASP.NET Core MVC, Vue project setup. It's a multi-page application(MPA), where it's each page can act like a SPA on its own.
I have recently started using Vim for full time in my work(inside my IDE). Initially it was bit hard, I had to consciously decide whether toβ¦