Evan You %!s(int64=9) %!d(string=hai) anos
pai
achega
39e789622f
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -6,9 +6,17 @@
   <img width="700px" src="https://raw.githubusercontent.com/vuejs/vuex/master/docs/en/vuex.png">
 </p>
 
+**Note**: Vuex is still in development - API may change anytime.
+
 [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
 
@@ -17,4 +25,4 @@
 - Reactive
 - Single State Tree
 - Hot Reloading
-- Time Travel
+- Time Travel (with upcoming vue-devtools support)