Summary
You have arrived at the end of this chapter; you have learned how to include the Vue.js app in the ASP.NET Core Web API project to run and ship them together as one. You also know how Cross-Origin Resource Sharing or CORS works. In a nutshell, it's a security feature of the browser that blocks requests from different domains or origins. You have learned how to enable and configure a CORS policy in ASP.NET Core to allow incoming requests from other domains or origins.
In the next chapter, we will start sending GET requests to our ASP.NET Core Web API and use Vuex for managing the state of our Vue.js app. It will be a significant and big chapter, so take a break first and come back after 40 to 60 minutes.