این دوره برای چه کسانی است:
ما خواهیم دید که چگونه فروشگاه خود را را ایمن کنیم، وضعیت را در ماژول ها سامان دهیم، آن را با استفاده از جهش ها و اقدامات اصلاح کرده و پلاگین های Vuex را بنویسید ، همه اینها با ایجاد یک اپلیکیشن beer shop در طول دوره

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم:
Create a Vuex Store using TypeScript
Access State by using Vuex getter functions with TypeScript
Modify State by using Vuex Mutations with TypeScript
Use Vue Tools to Navigate Across the Vuex State
Perform Async Updates using Vuex Actions with TypeScript
Handle Forms Connected to a Vuex Store using TypeScript
Split Vuex Store into Modules using TypeScript
Lazy Load a Vuex Module at Runtime using TypeScript
Access the Root State from a Vuex Module using TypeScript
Use Namespaces in Vuex Stores using TypeScript
Call a Root Vuex Mutation or Action from within a Module in TypeScript
Write a Vuex Plugin using TypeScript
Add options to a Vuex plugin using TypeScript