UNPKG

941 BMarkdownView Raw
1# Vuex [![Build Status](https://circleci.com/gh/vuejs/vuex/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vuex)
2
3> Centralized State Management for Vue.js.
4
5<p align="center">
6 <img width="700px" src="https://raw.githubusercontent.com/vuejs/vuex/dev/docs/en/images/vuex.png">
7</p>
8
9- [What is Vuex?](http://vuex.vuejs.org/en/intro.html)
10- [Full Documentation](http://vuex.vuejs.org/)
11
12## Examples
13
14- [Counter](https://github.com/vuejs/vuex/tree/dev/examples/counter)
15- [Counter with Hot Reload](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot)
16- [TodoMVC](https://github.com/vuejs/vuex/tree/dev/examples/todomvc)
17- [Flux Chat](https://github.com/vuejs/vuex/tree/dev/examples/chat)
18- [Shopping Cart](https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart)
19
20Running the examples:
21
22``` bash
23$ npm install
24$ npm run dev # serve examples at localhost:8080
25```
26
27## License
28
29[MIT](http://opensource.org/licenses/MIT)