Skip to content
Evan You edited this page Dec 23, 2013 · 21 revisions

Topics

Examples

  • TodoMVC Implementation : a fully specification-compliant TodoMVC implementation in ~110 SLOC.
  • Firebase Example : a no-backend, multi-user realtime list with form validation.
  • Component Example : an example of a highly-modular app architecture using Component as the build system.

API Reference

  • vm.$
  • vm.$el
  • vm.$data
  • vm.$compiler
  • vm.$index
  • vm.$parent
  • vm.$root
Clone this wiki locally