diff --git a/docs/.vuepress/components/VideoPreview.vue b/docs/.vuepress/components/VideoPreview.vue new file mode 100644 index 000000000..5f5d51d45 --- /dev/null +++ b/docs/.vuepress/components/VideoPreview.vue @@ -0,0 +1,48 @@ + + + diff --git a/docs/README.md b/docs/README.md index 0b5615e62..3cddf78d3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # What is Vuex? -Play Vuex Explained Visually Video + Vuex is a **state management pattern + library** for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official [devtools extension](https://github.com/vuejs/vue-devtools) to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.