Introduction to Vuex ORM
Resources: - [Vuex ORM](https://vuex-orm.github.io/vuex-orm/)
We're going to be using a Vuex store for the PrintBay client, as it's a powerful way to manage our application state across different views.
But, remember that we're following enterprise principles for developing our app, so we want to ensure that the code is as scalable and maintainable as possible.
Click to load comments...