Credit to devdocs.io
Back
Forward
Menu
Home
Clear search
vue 1
API Mirror
1
vue
1
API
API
2
API: Array Extension Methods
array.$remove()
array.$set()
13
API: Directives
v-bind
v-cloak
v-el
v-else
v-for
v-html
v-if
v-model
v-on
v-pre
v-ref
v-show
v-text
10
API: Filters
capitalize
currency
debounce
filterBy
json
limitBy
lowercase
orderBy
pluralize
uppercase
12
API: Global API
Vue.component()
Vue.delete()
Vue.directive()
Vue.elementDirective()
Vue.extend()
Vue.filter()
Vue.mixin()
Vue.nextTick()
Vue.partial()
Vue.set()
Vue.transition()
Vue.use()
6
API: Global Config
async
debug
delimiters
devtools
silent
unsafeDelimiters
7
API: Instance Methods / Data
vm.$delete()
vm.$eval()
vm.$get()
vm.$interpolate()
vm.$log()
vm.$set()
vm.$watch()
5
API: Instance Methods / DOM
vm.$after()
vm.$appendTo()
vm.$before()
vm.$nextTick()
vm.$remove()
6
API: Instance Methods / Events
vm.$broadcast()
vm.$dispatch()
vm.$emit()
vm.$off()
vm.$on()
vm.$once()
2
API: Instance Methods / Lifecycle
vm.$destroy()
vm.$mount()
8
API: Instance Properties
vm.$children
vm.$data
vm.$el
vm.$els
vm.$options
vm.$parent
vm.$refs
vm.$root
6
API: Options / Assets
components
directives
elementDirectives
filters
partials
transitions
6
API: Options / Data
computed
data
methods
props
propsData
watch
3
API: Options / DOM
el
replace
template
10
API: Options / Lifecycle Hooks
activate
attached
beforeCompile
beforeDestroy
compiled
created
destroyed
detached
init
ready
5
API: Options / Misc
events
extends
mixins
name
parent
3
API: Special Elements
component
partial
slot
21
Guide
1. Installation
3. Overview
4. The Vue Instance
5. Data Binding Syntax
6. Computed Properties
7. Class and Style Bindings
8. Conditional Rendering
9. List Rendering
10. Methods and Event Handling
11. Form Input Bindings
12. Transitions
13. Components
14. Reactivity in Depth
15. Custom Directives
16. Custom Filters
17. Mixins
18. Plugins
19. Building Large-Scale Apps
20. Comparison with Other Frameworks
21. Join the Vue Community!
Getting Started
vue / API
API
Stackoverflow
Slideshare
Speakerdeck