Sfoglia il codice sorgente

update readme bullet points

Evan You 10 anni fa
parent
commit
fb3c0d198d
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -6,9 +6,11 @@
 
 Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:
 
-- Two-way data binding
-- Plain JavaScript objects as reactive models
+- Dead simple, non-obtrusive reactivity using plain JavaScript objects.
 - Component-oriented development style
+- Lean and extendable core
+- Flexible transition effect system
+- [Fast](http://vuejs.github.io/js-repaint-perfs/vue/)!
 
 Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). To check out live examples and docs, visit [vuejs.org](http://vuejs.org). You can also start with this excellent screencast series on [Laracasts](https://laracasts.com/series/learning-vuejs).