34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Vuex [](https://circleci.com/gh/vuejs/vuex)
 | |
| 
 | |
| > Centralized State Management for Vue.js.
 | |
| 
 | |
| <p align="center">
 | |
|   <img width="700px" src="https://raw.githubusercontent.com/vuejs/vuex/dev/docs/.vuepress/public/vuex.png">
 | |
| </p>
 | |
| 
 | |
| - [What is Vuex?](https://vuex.vuejs.org/)
 | |
| - [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
 | |
| ```
 | |
| 
 | |
| ## Contribution
 | |
| 
 | |
| Please make sure to read the [Contributing Guide](https://github.com/vuejs/vuex/blob/dev/.github/contributing.md) before making a pull request.
 | |
| 
 | |
| ## License
 | |
| 
 | |
| [MIT](http://opensource.org/licenses/MIT)
 | 
