Home Web Front-end Front-end Q&A What are the vue frameworks?

What are the vue frameworks?

Nov 01, 2021 am 11:47 AM
vue framework

vue framework: 1. elementUI; 2. iView; 3. Vue Antd; 4. Vue-Blu; 5. Vue-Beauty; 6. Vuetify; 7. vue-material; 8. VUX; 9. VUWE; 10, VueStrap; 11, vonic, etc.

What are the vue frameworks?

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

Framework based on Vue.js

Applicable to PC

1、elementUI

Support vue2.x, built by the Ele.me front-end team

2, iView

supports vue2.x

3, Vue Antd

support vue1.x, it is said that no one is maintaining it anymore

4, N3

supports vue2.x

5, AliTelecom UI

supports vue2.x, Ali Communications Technical team build

6, Vue-Blu

is developed based on Vuejs and Bulma

7, Vue-Beauty

is based on vue.js and ant-design Styled PC-side UI component library

8, Vuetify

A material design vue component library

9, vue-material

Components with the same Material style Library

10, Keen-UI

Another Material style component library

11, Vue Admin

Backend developed based on Vue 2.0 and Bulma 0.2 Interface framework

Applicable to mobile terminal

1, Muse-UI

is developed based on Material Design and supports vue2.0

2 , Mint UI

supports vue2.0, Ele.me front-end team builds

3, VUX

is a mobile UI component developed based on WeUI and Vue (2.x) Library, mainly serving WeChat pages

4, VUWE

Component library developed based on WeChat WeUI and dedicated to Vue2

5, WEEX

The cross-platform mobile development framework launched by Alibaba can build high-performance, scalable native applications

6, VueStrap

Bootstrap component based on Vue.js, no need for jQuery and Bootstrap JS file

7, vonic

A UI framework based on vue.js and ionic style, used to quickly build mobile single-page applications

8, vue-carbon

Based on vuejs 1.0 to develop material design style mobile WEB UI library

9, VUM

vue-mobile is the UI framework of Vue.js for SPA

Related recommendations: "vue.js Tutorial"

The above is the detailed content of What are the vue frameworks?. For more information, please follow other related articles on the PHP Chinese website!

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Steps and tips for front-end security testing using the Vue framework Steps and tips for front-end security testing using the Vue framework Jun 11, 2023 am 09:36 AM

In modern web applications, front-end security testing has become a necessary part. With the rapid development of the Vue framework, many web developers have also begun to use the Vue framework to develop their own web applications. But the security of the Vue framework also faces many challenges. In this article, we will explore how to use the Vue framework for front-end security testing and share some related tips and considerations. Determining the Scope of Testing Before starting front-end security testing, we need to determine the scope of the test. it is very important

what is vue framework what is vue framework Aug 09, 2023 am 10:57 AM

Vue framework, also known as Vue.js, Vue framework is a lightweight, efficient, flexible and easy-to-use JavaScript framework that provides rich functions and tools for building user interfaces. Whether it is a small application or a large application, whether it is a personal project or an enterprise-level project, Vue is a very suitable choice.

How to use Vue to implement online chat function? How to use Vue to implement online chat function? Jun 25, 2023 am 08:30 AM

With the continuous development of the Internet, the chat function has gradually become one of the necessary functions for many websites and applications. If you want to add an online chat feature to your website, Vue can be a good choice. Vue is a progressive framework for building user interfaces that is easy to use, flexible, and powerful. In this article, we will introduce how to use Vue to implement an online chat function. We hope it will be helpful to you. Step 1: Create Vue Project First, we need to create a new Vue project

How to implement statistical charts of user behavior under the Vue framework How to implement statistical charts of user behavior under the Vue framework Aug 18, 2023 am 08:17 AM

How to implement statistical charts of user behavior under the Vue framework Introduction: In modern web applications, statistics and analysis of user behavior is a very important function. By counting user behavior, we can understand users' preferences and habits, thereby optimizing product design and improving user experience. This article will introduce how to use the Vue framework to implement statistical charts of user behavior. Vue framework introduction: Vue is a popular JavaScript framework for building user interfaces. It is simple and flexible

Research and repair methods for internal security vulnerabilities in the Vue framework Research and repair methods for internal security vulnerabilities in the Vue framework Jun 10, 2023 pm 08:06 PM

In recent years, front-end frameworks have played an increasingly important role in development, and the Vue framework is highly regarded for its lightweight and ease of use. However, no development framework is perfect, and over time, more and more security vulnerabilities are discovered and exploited. This article will explore the security vulnerabilities within the Vue framework and propose corresponding repair methods. 1. Common security vulnerabilities of the Vue framework

Which modules of the vue framework use closures Which modules of the vue framework use closures Nov 21, 2023 pm 03:02 PM

Modules that use closures include component systems, computed properties, listeners, methods, life cycle hooks, etc. Detailed introduction: 1. Component system: In Vue, each component is an independent closure, which has its own scope and life cycle. Variables and functions inside the component cannot directly access external variables and functions unless communicated through props or events; 2. Computed properties are an important feature in Vue, which use closures to implement data caching and calculation. Computed properties are only recalculated when the dependent data changes, and so on.

How to use Vue for multi-terminal adaptation and responsive design How to use Vue for multi-terminal adaptation and responsive design Aug 02, 2023 pm 12:05 PM

How to use Vue for multi-terminal adaptation and responsive design In the era of mobile Internet, we must not only pay attention to the adaptation of web pages on different screen sizes, but also consider the compatibility of various mobile devices and platforms. As a popular front-end framework, Vue provides many convenient tools and technologies that can help developers achieve multi-terminal adaptation and responsive design. This article will introduce how to use Vue for multi-terminal adaptation and responsive design, and provide code examples. Use flexible.js for mobile adaptation on mobile devices, no

How to implement statistical charts for instant messaging under the Vue framework How to implement statistical charts for instant messaging under the Vue framework Aug 19, 2023 pm 07:57 PM

How to implement statistical charts for instant messaging under the Vue framework Introduction: With the popularity and development of instant messaging, more and more applications need to display real-time statistical data to help users better understand and analyze the data. Under the Vue framework, we can implement statistical charts for instant messaging by using Chart.js. This article will introduce how to use Vue and Chart.js to create real-time updated statistical charts, and provide complete demonstration code. Step 1: Install dependencies and initialize the project. First, we need to install Vue

See all articles