Can I serve a Vue/TS app from a wwwroot folder in a .Net Framework 4.5.2 WebAPI appl?

18 Views Asked by At

I have a 4.5.2 WebAPI that is accessed from a Vuejs2/TypeScript SPA app.

I want to overcome CORS by running the built Vue2 app from a subfolder directly in the WebAPI app (e.g. wwwroot or clientapp).

Is this possible on WebAPI 4.5.2?

How do I wire up the pages in this old app?

0

There are 0 best solutions below