Vue Tutorial

Learn Vue

Vue is a popular JavaScript framework.

User interfaces built in Vue updates automatically when data changes.

Vue is easy to learn.

Start learning Vue now »

This Tutorial

This tutorial is specially designed to help you learn Vue as quickly and efficiently as possible.

First, you will learn the basics of Vue: text interpolation, directives, and how to incorporate events and forms into your project.

Then you will learn everything else you need to know about Vue:

Computed properties, watchers, methods, setup for Single-File Components (SFCs, *.vue files), and more.


Try it Yourself Examples in Every Chapter

In every chapter, you can edit the examples online, and click on a button to view the result.

Example

<h1>"Hello, World!" Example</h1>

<div id="app">{{ message }}</div>
Try it Yourself ยป


What You Should Already Know

Before you study Vue, you should have a basic understanding of:


Vue History

Evan You, a Google employee using AngularJS, started to develop Vue in 2013.

Vue version 1.0 was released in 2015.


Vue Exercises

Test Yourself With Exercises

Exercise:

What is the name of the programming language missing here?

Vue is a popular  framework.

Start the Exercise


Vue Quiz ?

Learn by taking a quiz! The quiz will give you a signal of how much you know about Vue.

Start VueQuiz



Learn by Examples

Learn by examples! This tutorial supplements all explanations with clarifying examples.

See All Vue Examples



Copyright 1999-2023 by Refsnes Data. All Rights Reserved.