Vue3 tutorial
Vue.js
(pronunciation / vju steps /, similar to view) is a progressive framework for building a user interface.
Vue only focuses on the view layer and adopts the design of bottom-up incremental development.
The goal of Vue is to implement responsive data binding and composite view components through the simplest possible API.
Vue is very easy to learn, and this tutorial is based on Vue version 3.0.5 testing.
What you need to know before reading this tutorial:
HTML
CSS
JavaScript
This tutorial mainly introduces the use of the Vue3.x version.
The first example
Vue 3.0 instance
<divid="hello-vue"class="demo">{{ message }}</div>
Reference:
Official website: https://v3.vuejs.org/
Chinese document: https://v3.cn.vuejs.org/guide/introduction.html
Getting started with Webpack: https://www.runoob.com/w3cnote/webpack-tutorial.html