![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/frontend/node_modules/vuex/ |
# 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/en/images/vuex.png"> </p> - [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)