Go to file
Evan You d4beb35b68 0.3.0 2013-08-25 03:34:43 -04:00
dist 0.3.0 2013-08-25 03:34:43 -04:00
examples polish todo example 2013-08-25 03:07:48 -04:00
src expression parsing 2013-08-25 02:38:44 -04:00
test computed properties!!! 2013-08-06 18:29:22 -04:00
wrappers fix sd-focus, comply with todomvc spec 2013-08-10 07:56:59 -04:00
.gitignore 0.1.0 2013-08-10 06:59:56 -04:00
.jshintrc naive implementation 2013-07-28 23:23:56 -04:00
Gruntfile.js project files 2013-08-25 02:48:01 -04:00
LICENSE.md license 2013-08-09 10:26:12 -04:00
README.md 0.3.0 2013-08-25 03:34:43 -04:00
TODO.md project files 2013-08-25 02:48:01 -04:00
bower.json 0.3.0 2013-08-25 03:34:43 -04:00
component.json 0.3.0 2013-08-25 03:34:43 -04:00
package.json 0.3.0 2013-08-25 03:34:43 -04:00

README.md

Seed (WIP)

a mini MVVM framework

  • 8kb gzipped, no dependency.
  • DOM based templates with precise and efficient manipulation
  • POJSO (Plain Old JavaScript Objects) Models FTW - even nested objects.
  • Auto dependency extraction for computed properties.
  • Auto event delegation on repeated items.
  • Flexible API.
  • Component based, can be used as a CommonJS module or as a standalone library.

Browser Support

  • Chrome 8+
  • Firefix 3.6+
  • Safari 5.1+
  • IE9+ (IE9 needs classList polyfill)
  • Opera 11.6+
  • Android browser 3.0+
  • iOS Safari 5.0+

[Doc under construction...]

Template

Controller

  • Nested Controllers and accessing parent scope
  • Controller inheritance

Data

Data Binding

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive