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

Evan You 19b39263fc jshint; vor 13 Jahren
examples 7d126127e6 complete todo example vor 13 Jahren
explorations a5e27b1174 naive implementation vor 13 Jahren
src 19b39263fc jshint; vor 13 Jahren
test 5acc8a2986 computed properties!!! vor 13 Jahren
.gitignore 83fac017f9 initial setup vor 13 Jahren
.jshintrc a5e27b1174 naive implementation vor 13 Jahren
Gruntfile.js a5e27b1174 naive implementation vor 13 Jahren
README.md 7d126127e6 complete todo example vor 13 Jahren
TODO.md 7d126127e6 complete todo example vor 13 Jahren
component.json 7d126127e6 complete todo example vor 13 Jahren
package.json 871ed91266 rename vor 13 Jahren

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