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

Evan You e49a31c942 todo пре 12 година
examples 3709862ec1 update examples пре 12 година
src 0e91e50df3 minor updates пре 12 година
test 5acc8a2986 computed properties!!! пре 12 година
.gitignore 83fac017f9 initial setup пре 12 година
.jshintrc a5e27b1174 naive implementation пре 12 година
Gruntfile.js c0a65ddda5 clean up, trying to fix delegation after array reset пре 12 година
README.md 0e91e50df3 minor updates пре 12 година
README_Chinese.md 0e91e50df3 minor updates пре 12 година
TODO.md e49a31c942 todo пре 12 година
component.json 7fd557ccc8 text parser started, features, optional oneway binding for input пре 12 година
package.json f6d6bba70d sourceURLs for dev, reverse value пре 12 година

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, 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