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

Evan You 76ee306bdf remove redundant dependencies for computed properties 13 年之前
examples 646b790863 sd-style 13 年之前
explorations a5e27b1174 naive implementation 13 年之前
src 76ee306bdf remove redundant dependencies for computed properties 13 年之前
test 5acc8a2986 computed properties!!! 13 年之前
.gitignore 83fac017f9 initial setup 13 年之前
.jshintrc a5e27b1174 naive implementation 13 年之前
Gruntfile.js c0a65ddda5 clean up, trying to fix delegation after array reset 13 年之前
README.md 7d126127e6 complete todo example 13 年之前
TODO.md 646b790863 sd-style 13 年之前
component.json 832e97588d separate binding into its own file 13 年之前
package.json f6d6bba70d sourceURLs for dev, reverse value 13 年之前

README.md

WIP, playing with data binding

Template

Controller

  • Nested Controllers and accessing parent scope
  • Controller inheritance

Data

Data Binding

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive