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

Evan You 19b39263fc jshint; 13 лет назад
examples 7d126127e6 complete todo example 13 лет назад
explorations a5e27b1174 naive implementation 13 лет назад
src 19b39263fc jshint; 13 лет назад
test 5acc8a2986 computed properties!!! 13 лет назад
.gitignore 83fac017f9 initial setup 13 лет назад
.jshintrc a5e27b1174 naive implementation 13 лет назад
Gruntfile.js a5e27b1174 naive implementation 13 лет назад
README.md 7d126127e6 complete todo example 13 лет назад
TODO.md 7d126127e6 complete todo example 13 лет назад
component.json 7d126127e6 complete todo example 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

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive