- Notifications
You must be signed in to change notification settings - Fork0
Intuitive, fast & composable MVVM for building interactive interfaces.
License
lithiumjake/vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MVVM made simple.
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
- Building interface by composing reusable components
- Flexibility to mix & match the view layer with other libraries
It's really really easy to get started. Seriously, it's so easy:
<divid="demo"> {{message}}<inputv-model="message"></div>
vardemo=newVue({el:'#demo',data:{message:'Hello Vue.js!'}})
To check out the live demo, guides and API reference, visitvuejs.org.
Vue.js supportsmost ECMAScript 5 compliant browsers, essentially IE9+. IE8 and below are not supported.
Read thecontributing guide.
- General, non source-code related questions: check theFAQ first, if it's not addressed in there, askhere.
- If you have a Vue-related project/component/tool, add it tothis list!
- Bugs, suggestions & feature requests:open an issue
- Twitter:@vuejs
- Google+ Community
- freenode IRC Channel: #vuejs
See details changes for each version in therelease notes.
Copyright (c) 2014 Evan You
About
Intuitive, fast & composable MVVM for building interactive interfaces.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- JavaScript99.4%
- CSS0.6%