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

Evan You 5acc8a2986 computed properties!!! 12 years ago
examples 5acc8a2986 computed properties!!! 12 years ago
explorations a5e27b1174 naive implementation 12 years ago
src 5acc8a2986 computed properties!!! 12 years ago
test 5acc8a2986 computed properties!!! 12 years ago
.gitignore 83fac017f9 initial setup 12 years ago
.jshintrc a5e27b1174 naive implementation 12 years ago
Gruntfile.js a5e27b1174 naive implementation 12 years ago
README.md f1ed54bc84 nested controllers 12 years ago
TODO.md c4f31a5d65 better dep parsing 12 years ago
component.json ca62c95a4b break directives into individual files 12 years ago
package.json 871ed91266 rename 12 years ago

README.md

WIP, playing with data binding

Template

Controller

  • Nested Controllers and accessing parent scope
  • Controller inheritance

Data

Data Binding

Filters

Computed Properties

Custom Filter

Custom Directive