Currently, I am working on a project that involves using VUE for the client side and .net framework for the server side. However, these two components are hosted as separate projects, requiring me to open different ports during development.
I am aware that I could build the VUE project into a dist folder and integrate it into the server side project, but this approach is not ideal from a developer-friendly standpoint.
I am now exploring whether there is a way in Visual Studio to merge these two projects into one, allowing me to develop both the client and server sides with just one port open. Any guidance on how to achieve this would be greatly appreciated. Thank you!