{{ message }}
Vue Tutorial
# Vue.js Tutorial

Vue.js (pronounced /vjuΛ/, similar to "view") is a progressive framework for building user interfaces.
Vue focuses only on the view layer and adopts an incremental, bottom-up development design.
Vue's goal is to provide responsive data binding and composable view components through the simplest possible API.
Vue is very easy to learn. This tutorial is based on Vue version 2.1.8. For Vue3, please refer to the (#).
Vue 2.0 stopped updating on December 31, 2023.
* * *
## Knowledge Required Before Reading This Tutorial:
* HTML
* CSS
* JavaScript
This tutorial mainly introduces the usage of Vue2.x.
* * *
## First Example
## Vue 2.0 Hello World
[Try it Β»](#)
Click the "Try it" button to view the online example
* * *
## References:
Vue Getting Started Tutorial: [https://vuejs.org/guide/introduction.html](https://vuejs.org/guide/introduction.html)
Official Documentation: [http://vuejs.org/v2/guide/syntax.html](http://vuejs.org/v2/guide/syntax.html)
Chinese Documentation: [https://v2.cn.vuejs.org/v2/guide/](https://v2.cn.vuejs.org/v2/guide/)
YouTip