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

Evan You dc04a1af69 todos 13 лет назад
examples 5acc8a2986 computed properties!!! 13 лет назад
explorations a5e27b1174 naive implementation 13 лет назад
src 5acc8a2986 computed properties!!! 13 лет назад
test 5acc8a2986 computed properties!!! 13 лет назад
.gitignore 83fac017f9 initial setup 13 лет назад
.jshintrc a5e27b1174 naive implementation 13 лет назад
Gruntfile.js a5e27b1174 naive implementation 13 лет назад
README.md f1ed54bc84 nested controllers 13 лет назад
TODO.md dc04a1af69 todos 13 лет назад
component.json ca62c95a4b break directives into individual files 13 лет назад
package.json 871ed91266 rename 13 лет назад

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