mirror of https://github.com/vuejs/vue.git
30 lines
535 B
Markdown
30 lines
535 B
Markdown
# 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
|
|
|
|
### Data
|
|
|
|
### Data Binding
|
|
|
|
### Event Handling
|
|
|
|
### Filters
|
|
|
|
### Computed Properties
|
|
|
|
### Custom Filter
|
|
|
|
### Custom Directive |