December 2016
Beginner to intermediate
334 pages
6h 25m
English
In the previous chapter, you learned how to manage the global application store using the Vuex architecture. You learned a lot of new concepts and applied them. You also learned how to create a store, how to define its state and mutations, and how to use actions and getters. We brought our shopping list and Pomodoro applications to life using the knowledge acquired during the chapter.
In this chapter, we will revisit Vue plugins, see how they work, and how they must be created. We will use some existing plugins and create our own.
Summing it up, in this chapter, we are going to do the following:
Read now
Unlock full access