Components
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Installation
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Getting Started
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Comparison with Other Frameworks
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Transitions
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Mixins
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Join the Vue Community!
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Reactivity in Depth
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
The Vue Instance
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30
Form Input Bindings
  • References/JavaScript/Vue.js/Guide

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

2025-01-10 15:47:30