- Notifications
You must be signed in to change notification settings - Fork0
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
License
coder-wangbin/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.
- For latest releases and announcements, follow on Twitter:@vuejs
- Live discussion:
- Bugs reports: first read theissue checklist, thenopen an issue.
- Questions, suggestions, feature requests: open an issue atvuejs/Discussion.
- If you have a Vue-related project/component/tool, add it tothis list!
Details changes for each release are documented in therelease notes.
Copyright (c) 2014 Evan You
About
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- JavaScript97.7%
- Other2.3%