This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Evan You 3d99d8fc9a jshint pass, readme & todo %!s(int64=13) %!d(string=hai) anos
examples b5f0227186 finish text parser %!s(int64=13) %!d(string=hai) anos
explorations a5e27b1174 naive implementation %!s(int64=13) %!d(string=hai) anos
src 3d99d8fc9a jshint pass, readme & todo %!s(int64=13) %!d(string=hai) anos
test 5acc8a2986 computed properties!!! %!s(int64=13) %!d(string=hai) anos
.gitignore 83fac017f9 initial setup %!s(int64=13) %!d(string=hai) anos
.jshintrc a5e27b1174 naive implementation %!s(int64=13) %!d(string=hai) anos
Gruntfile.js c0a65ddda5 clean up, trying to fix delegation after array reset %!s(int64=13) %!d(string=hai) anos
README.md 3d99d8fc9a jshint pass, readme & todo %!s(int64=13) %!d(string=hai) anos
TODO.md 3d99d8fc9a jshint pass, readme & todo %!s(int64=13) %!d(string=hai) anos
component.json 7fd557ccc8 text parser started, features, optional oneway binding for input %!s(int64=13) %!d(string=hai) anos
package.json f6d6bba70d sourceURLs for dev, reverse value %!s(int64=13) %!d(string=hai) anos

README.md

Seed

a mini MVVM framework

  • 5kb gzipped!
  • DOM based templates with precise and efficient manipulation
  • POJSO (Plain Old JavaScript Objects) 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