-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Home
Evan You edited this page Dec 17, 2013
·
21 revisions
- What is VueJS?
- Getting Started
- Inline Expressions
- Computed Properties
- Custom Directives
- Custom Filters
- Components and Elements
- Transitions
- Form Validation
- Routing
- 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.
- Vue.extend(options)
- Vue.directive(name, [directive])
- Vue.filter(name, [filter])
- Vue.component(name, [component])
- Vue.element(name, [element])
- Vue.partial(name, [partial])
- Vue.transition(name, [transition])
- Vue.config(options)