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

Evan You dada181c85 fix _dump() hace 13 años
examples dada181c85 fix _dump() hace 13 años
explorations a5e27b1174 naive implementation hace 13 años
src dada181c85 fix _dump() hace 13 años
test 5acc8a2986 computed properties!!! hace 13 años
.gitignore 83fac017f9 initial setup hace 13 años
.jshintrc a5e27b1174 naive implementation hace 13 años
Gruntfile.js f6d6bba70d sourceURLs for dev, reverse value hace 13 años
README.md 7d126127e6 complete todo example hace 13 años
TODO.md 7a0172d60b auto parse dependency for computed properties!!!!! hace 13 años
component.json 9a4e5d0350 use emitters hace 13 años
package.json f6d6bba70d sourceURLs for dev, reverse value hace 13 años

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