Now, it's time to start giving the application a recognizable face. In this chapter, we will start developing the interaction between the user and the application.
We will use the knowledge we've gathered from the preceding chapters to bring this application to life by using custom business rules, Vuex data stores, special application layouts, and pages that your user will be able to interact with.
In this chapter, we will learn how to create the User Vuex module so that we can store and manage everything related to the user and the user registration, login, validation, and edit pages.
In this chapter, we'll cover the following recipes:
- Creating the User Vuex module in your application
- Creating User pages and routes for your application
Let's get started!