|
@@ -6,9 +6,17 @@
|
|
<img width="700px" src="https://raw.githubusercontent.com/vuejs/vuex/master/docs/en/vuex.png">
|
|
<img width="700px" src="https://raw.githubusercontent.com/vuejs/vuex/master/docs/en/vuex.png">
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
+**Note**: Vuex is still in development - API may change anytime.
|
|
|
|
+
|
|
[Documentation](http://vuex.vuejs.org)
|
|
[Documentation](http://vuex.vuejs.org)
|
|
|
|
|
|
-**Note**: Vuex is still in development - API may change anytime.
|
|
|
|
|
|
+## Examples
|
|
|
|
+
|
|
|
|
+- [Counter](exmaples/counter)
|
|
|
|
+- [Counter with Hot Reload](examples/counter-hot)
|
|
|
|
+- [TodoMVC](examples/todomvc)
|
|
|
|
+- [Flux Chat](examples/chat)
|
|
|
|
+- [Shopping Cart](examples/shopping-cart)
|
|
|
|
|
|
## Principles
|
|
## Principles
|
|
|
|
|
|
@@ -17,4 +25,4 @@
|
|
- Reactive
|
|
- Reactive
|
|
- Single State Tree
|
|
- Single State Tree
|
|
- Hot Reloading
|
|
- Hot Reloading
|
|
-- Time Travel
|
|
|
|
|
|
+- Time Travel (with upcoming vue-devtools support)
|