# vuex **Repository Path**: zhengyong_com/vuex ## Basic Information - **Project Name**: vuex - **Description**: Centralized State Management for Vue.js. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-14 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vuex [![Build Status](https://circleci.com/gh/vuejs/vuex/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vuex) > Centralized State Management for Vue.js.

- [What is Vuex?](http://vuex.vuejs.org/en/intro.html) - [Full Documentation](http://vuex.vuejs.org/) ## Examples - [Counter](https://github.com/vuejs/vuex/tree/dev/examples/counter) - [Counter with Hot Reload](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot) - [TodoMVC](https://github.com/vuejs/vuex/tree/dev/examples/todomvc) - [Flux Chat](https://github.com/vuejs/vuex/tree/dev/examples/chat) - [Shopping Cart](https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart) Running the examples: ``` bash $ npm install $ npm run dev # serve examples at localhost:8080 ``` ## License [MIT](http://opensource.org/licenses/MIT)