Hubwiz.com
|
Online Course
|
API Manual
VueJS API Manual
Guide(36)
Property(14)
Method(34)
Option(27)
Directive(13)
Element(3)
Filter(10)
Section(85)
Guide
Global Config
Global API
Options / Data
Options / DOM
Options / Lifecycle Hooks
Options / Assets
Options / Misc
Instance Properties
Instance Methods / Data
Instance Methods / Events
Instance Methods / DOM
Instance Methods / Lifecycle
Directives
Special Elements
Filters
Array Extension Methods
Building Large-Scale Apps
Class and Style Bindings
Comparison with Other Frameworks
Components
Computed Properties
Conditional Rendering
Custom Directives
Custom Filters
Methods and Event Handling
Form Input Bindings
Getting Started
Installation
The Vue Instance
List Rendering
Mixins
Overview
Plugins
Reactivity in Depth
Data Binding Syntax
Transitions
Property
Vue.config.debug
Vue.config.delimiters
Vue.config.unsafeDelimiters
Vue.config.silent
Vue.config.async
Vue.config.devtools
vm.$data
vm.$el
vm.$options
vm.$parent
vm.$root
vm.$children
vm.$refs
vm.$els
Method
Vue.extend
Vue.nextTick
Vue.set
Vue.delete
Vue.directive
Vue.elementDirective
Vue.filter
Vue.component
Vue.transition
Vue.partial
Vue.use
Vue.mixin
vm.$watch
vm.$get
vm.$set
vm.$delete
vm.$eval
vm.$interpolate
vm.$log
vm.$on
vm.$once
vm.$off
vm.$emit
vm.$dispatch
vm.$broadcast
vm.$appendTo
vm.$before
vm.$after
vm.$remove
vm.$nextTick
vm.$mount
vm.$destroy
array.$set
array.$remove
Option
data
props
computed
methods
watch
el
template
replace
init
created
beforeCompile
compiled
ready
attached
detached
beforeDestroy
destroyed
directives
elementDirectives
filters
components
transitions
partials
parent
events
mixins
name
Directive
v-text
v-html
v-if
v-show
v-else
v-for
v-on
v-bind
v-model
v-ref
v-el
v-pre
v-cloak
Element
component
slot
partial
Filter
capitalize
uppercase
lowercase
currency
pluralize
json
debounce
limitBy
filterBy
orderBy
Section
Modularization - Building Large-Scale Apps
Single File Components - Building Large-Scale Apps
Routing - Building Large-Scale Apps
Communication with Server - Building Large-Scale Apps
State Management - Building Large-Scale Apps
Unit Testing - Building Large-Scale Apps
Deploying for Production - Building Large-Scale Apps
An App Example - Building Large-Scale Apps
Binding HTML Classes - Class and Style Bindings
Binding Inline Styles - Class and Style Bindings
Angular - Comparison with Other Frameworks
React - Comparison with Other Frameworks
Ember - Comparison with Other Frameworks
Polymer - Comparison with Other Frameworks
Riot - Comparison with Other Frameworks
What are Components? - Components
Using Components - Components
Props - Components
Parent-Child Communication - Components
Content Distribution with Slots - Components
Dynamic Components - Components
Misc - Components
Basic Example - Computed Properties
Computed Property vs. $watch - Computed Properties
Computed Setter - Computed Properties
v-if - Conditional Rendering
Template v-if - Conditional Rendering
v-show - Conditional Rendering
v-else - Conditional Rendering
v-if vs. v-show - Conditional Rendering
Basics - Custom Directives
Advanced Options - Custom Directives
Basics - Custom Filters
Two-way Filters - Custom Filters
Dynamic Arguments - Custom Filters
Method Handler - Methods and Event Handling
Inline Statement Handler - Methods and Event Handling
Event Modifiers - Methods and Event Handling
Key Modifiers - Methods and Event Handling
Why Listeners in HTML? - Methods and Event Handling
Basics Usage - Form Input Bindings
Value Bindings - Form Input Bindings
Param Attributes - Form Input Bindings
Hello World - Getting Started
Two-way Binding - Getting Started
Render a List - Getting Started
Handle User Input - Getting Started
All Together Now - Getting Started
Standalone - Installation
NPM - Installation
CLI - Installation
Dev Build - Installation
Bower - Installation
AMD Module Loaders - Installation
Constructor - The Vue Instance
Properties and Methods - The Vue Instance
Instance Lifecycle - The Vue Instance
Lifecycle Diagram - The Vue Instance
v-for - List Rendering
Template v-for - List Rendering
Array Change Detection - List Rendering
Object v-for - List Rendering
Range v-for - List Rendering
Displaying Filtered/Sorted Results - List Rendering
Basics - Mixins
Option Merging - Mixins
Global Mixin - Mixins
Custom Option Merge Strategies - Mixins
Reactive Data Binding - Overview
Component System - Overview
Writing a Plugin - Plugins
Using a Plugin - Plugins
Existing Plugins & Tools - Plugins
How Changes Are Tracked - Reactivity in Depth
Change Detection Caveats - Reactivity in Depth
Initialize Your Data - Reactivity in Depth
Async Update Queue - Reactivity in Depth
Inside Computed Properties - Reactivity in Depth
Interpolations - Data Binding Syntax
Binding Expressions - Data Binding Syntax
Directives - Data Binding Syntax
Shorthands - Data Binding Syntax
CSS Transitions - Transitions
JavaScript Transitions - Transitions
Staggering Transitions - Transitions