What is the difference between element ui and vuejs

青灯夜游
Release: 2023-01-07 11:47:23
Original
3248 people have browsed it

Difference: 1. vuejs is a progressive JavaScript framework for building user interfaces; element is a set of UI component libraries. 2. Vue is used to implement responsive data binding and combined view components; while Element provides a wealth of PC-side components, which can reduce the ease of development.

What is the difference between element ui and vuejs

The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.

Introduction to vue

Vue is a progressive JavaScript (least advocated) framework for building user interfaces. Developers only need to focus on the view layer. It is not only easy to get started , and also facilitates integration with third-party libraries or existing projects. It is based on the MVVM (Model-View-ViewModel, namely: view layer-view model layer-model layer) design idea. Provides a library for two-way binding of MVVM data, focusing on the UI level.

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

Progressive framework: It means that you do not need to fully master all its functional features at the beginning, and you can gradually add functions later. No more things to do outside of responsibilities

Element-Ui Introduction

element is a set of UI component libraries based on vue that do not rely on business, providing a wealth of PC-side components reduce users’ encapsulation of commonly used components and reduce the ease of development.

Element-Ui is a component library based on vue encapsulation, which simplifies the encapsulation of commonly used components and improves the principle of reusability;

The difference between vue and Element-Ui

  • vue is a progressive framework and Element-Ui is a component library;

  • Vue’s goal is to achieve responsiveness through the simplest API possible Data binding and combined view components; Element-Ui reduces the user's encapsulation of commonly used components and reduces the ease of development.

Related recommendations: "vue.js Tutorial"

The above is the detailed content of What is the difference between element ui and vuejs. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!