A simple example of a .NET Core 2.2 Web API with a few different rudamentary SPA frontends.
This is a .Net Core 2.2 Web Api to act as a gateway/API between the frontend and other underlaying systems.
This is a minimalistic Angular frontend that hits the WebApi.
This is a minimalistic Vue frontend that hits the WebApi using TypeScript, Vuex, and Axios.
A working Docker setup has been included. See docker-compose.yml and each Dockerfile for examples.