Home  >  Article  >  Web Front-end  >  What foundation is needed to learn vue.js?

What foundation is needed to learn vue.js?

青灯夜游
青灯夜游Original
2019-05-31 16:57:479722browse

What foundation is needed to learn vue.js?

What is Vue.js?

Vue.js is a progressive framework for building user interfaces. Unlike other heavyweight frameworks, Vue adopts a bottom-up incremental development design. Vue's core library only focuses on the view layer, and is very easy to learn and integrate with other libraries or existing projects. Vue, on the other hand, is fully capable of driving complex single-page applications developed using single-file components and libraries supported by the Vue ecosystem.

The goal of Vue.js is to implement responsive data binding and composed view components through the simplest possible API.

Vue.js itself is not a comprehensive framework - it only focuses on the view layer. Therefore it is very easy to learn and very easy to integrate with other libraries or existing projects. On the other hand, Vue.js is also perfectly capable of powering complex single-page applications when used with related tools and supporting libraries.

What foundation is needed to learn vue.js?

Before learning Vue.js, you need to have basic front-end knowledge. You must first learn HTML, CSS, Javascript (js, ES6, ES5); it is best to understand the MVVM concept.

The above is the detailed content of What foundation is needed to learn vue.js?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn