Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 8, 2014
1 parent efcaad1 commit ed78820
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@

Vue.js is a library for building interactive web interfaces. It provides the benefits of MVVM data binding and a composable component system with a simple and flexible API. You should try it out if you like:

- Intuitive API that simply makes sense
- Extendable Data bindings
- Plain JavaScript objects as models
- Intuitive API that simply makes sense
- The flexibility to mix & match small libraries for a custom front-end stack
- Building interface by composing reusable components
- Flexibility to mix & match small libraries for a custom front-end stack

It's really really easy to get started. Seriously, it's so easy:

``` html
<div id="demo">
{{message}}
<input v-model="message">
</div>
```

Expand All @@ -30,7 +32,7 @@ var demo = new Vue({
})
```

But there's much more to it, and it will make your life developing interfaces so much easier. For more details, guides and API reference, visit [vuejs.org](http://vuejs.org).
To check out the live demo, guides and API reference, visit [vuejs.org](http://vuejs.org).

## Browser Support

Expand Down

0 comments on commit ed78820

Please sign in to comment.