2
0

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

Evan You 953fd1adb4 fix array augmentation methods 12 жил өмнө
examples 3709862ec1 update examples 12 жил өмнө
src 953fd1adb4 fix array augmentation methods 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 4dad89d3a1 readme 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, 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

Data

Data Binding

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive