mirror of https://github.com/vuejs/vue.git
|
|
||
|---|---|---|
| examples | ||
| src | ||
| test | ||
| .gitignore | ||
| .jshintrc | ||
| Gruntfile.js | ||
| LICENSE.md | ||
| README.md | ||
| README_Chinese.md | ||
| TODO.md | ||
| component.json | ||
| package.json | ||
README.md
Seed (WIP)
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, can be used as a CommonJS module but can also be used alone.
[Doc under construction...]
Template
Controller
- Nested Controllers and accessing parent scope
- Controller inheritance