Building a Recipe App with Vuetify
In this chapter, we’ll leverage the power of a third-party component library to quickly scaffold out a user interface and explore the powers and usage of a store in the context of an app. We will build a meal planner where a user can browse recipes to add them to a weekly calendar. The state of the week planner will be stored on the user’s machine to make sure it’s available on returning visits.
In this chapter, we’ll cover the following topics:
- Applying and customizing Vuetify to scaffold out views
- Speeding up development using a component library
- Refactoring strategies
- Understanding state
- The usefulness of structuring stores using Pinia