mirror of https://github.com/vuejs/vue.git
535 B
535 B
Seed
a mini MVVM framework
- 5kb gzipped!
- DOM based templates with precise and efficient manipulation
- POJSO (Plain Old JavaScript Objects) Models FTW.
- Auto dependency extraction for computed properties.
- Auto event delegation on repeated items.
- Component based, but can also be used alone.
Template
Controller
- Nested Controllers and accessing parent scope
- Controller inheritance