Mixins

Basics Mixins are a flexible way to distribute reusable functionalities for Vue components. A mixin object can contain any component options

2016-09-25 05:48:10
Getting Started

Let’s start with a quick tour of Vue’s data binding features. If you are more interested in a high-level overview first, check out this

2016-09-25 05:48:08
Transitions

With Vue.js’ transition system you can apply automatic transition effects when elements are inserted into or removed from the DOM. Vue.js will automatically add/remove CSS

2016-09-25 05:48:14
Comparison with Other Frameworks

Angular There are a few reasons to use Vue over Angular, although they might not apply for everyone:

2016-09-25 05:48:02
Components

What are Components? Components are one of the most powerful features of Vue.js. They help you extend basic HTML elements to encapsulate

2016-09-25 05:48:03
Installation

Compatibility Note Vue.js does not support IE8 and below, because Vue.js uses ECMAScript 5 features that are un-shimmable

2016-09-25 05:48:09
Reactivity in Depth

We’ve covered most of the basics - now it’s time to take a deep dive! One of Vue.js’ most distinct features is the unobtrusive reactive system - models are just plain JavaScript

2016-09-25 05:48:12
Form Input Bindings

Basics Usage You can use the v-model directive to create two-way data bindings on form input elements. It automatically picks

2016-09-25 05:48:08
Join the Vue Community!

Join the Vue.js Community! The vibrant community around Vue.js is continually growing. Nevertheless, helpful hands are always welcome. In

2016-09-25 05:48:09
The Vue Instance

Constructor Every Vue.js app is bootstrapped by creating a root Vue instance with the Vue constructor function:

2016-09-25 05:48:14