Home > Article > Web Front-end > What knowledge is needed to use vue.js
The knowledge required to use vue.js is: 1. javascript, including ECMAScript6; 2. nodejs, which can support download packages; 3. git tool, which can submit vue code to various warehouses; 4. Webpack requires a lot of webpack configuration operations in the Vue project.
The operating environment of this article: windows7 system, vue2.0 version, Dell G3 computer.
Related recommendations: "vue.js Tutorial"
The knowledge and skills required to use vue.js.
Necessary skills before getting started with vuejs
javascript is a must, of course including ECMAScript6
nodejs is also a must-have, no Nodejs support download package is a problem.
Git is a tool that can help us operate many things, such as submitting vue code to various warehouses.
Webpack is also necessary, because a lot of webpack configuration is required in the vue project
Basic knowledge of vuejs
Start with vue-cli scaffolding. The first step requires environment setup.
The second step is to be familiar with component development. The vue scaffolding has a file ending in .vue, so the file consists of template, js and style
The third step is to learn about vue's various instructions, life cycles, etc.
The above is the detailed content of What knowledge is needed to use vue.js. For more information, please follow other related articles on the PHP Chinese website!