vue2/README.md

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

Data

Data Binding

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive