Skip to content

Commit

Permalink
Add doc links to core features
Browse files Browse the repository at this point in the history
  • Loading branch information
meowwwls committed Feb 6, 2016
1 parent 5397333 commit f564e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:

- Dead simple, unobtrusive reactivity using plain JavaScript objects.
- Component-oriented development style with tooling support
- [Dead simple, unobtrusive reactivity using plain JavaScript objects.](http://vuejs.org/guide/overview.html#Reactive_Data_Binding)
- [Component-oriented development style with tooling support](http://vuejs.org/guide/overview.html#Component_System)
- Lean and extensible core
- Flexible transition effect system
- [Flexible transition effect system](http://vuejs.org/guide/transitions.html)
- Fast without the need for complex optimization

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).
Expand Down

0 comments on commit f564e16

Please sign in to comment.