Summary
And you have finished. Good work! Now let's break down what you've gained from this chapter. You have learned how to do CRUD using Axios, an HTTP client library. You have learned how to write asynchronous and non-asynchronous actions in Vuex. You have also learned how to use mapActions
and mapGetters
in components. And lastly, you have learned how to use Vuetify to build attractive forms and buttons.
In the next chapter, we will build the login and sign-up forms for our users. We will also enable authorization in our backend so that only authenticated users can send CRUD operations to our ASP.NET Core Web API.