search
HomeWeb Front-endFront-end Q&AWhat 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
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
使用Vue框架进行前端安全性测试的步骤和技巧使用Vue框架进行前端安全性测试的步骤和技巧Jun 11, 2023 am 09:36 AM

在现代web应用程序中,前端安全性测试已经成为必要的一部分。随着Vue框架的快速发展,很多web开发人员也开始使用Vue框架来开发自己的web应用程序。但是Vue框架的安全性也面临着很多挑战。在这篇文章中,我们将探讨如何使用Vue框架进行前端安全性测试,并分享一些相关的技巧和注意事项。确定测试的范围在开始前端安全性测试前,我们需要确定测试的范围。这是非常重要

什么是vue框架什么是vue框架Aug 09, 2023 am 10:57 AM

Vue框架,也称为Vue.js,Vue框架是一个轻量级、高效、灵活和易用的JavaScript框架,它在构建用户界面方面提供了丰富的功能和工具。无论是小型应用还是大型应用,无论是个人项目还是企业级项目,Vue都是一个非常适合的选择。

如何使用 Vue 实现在线聊天功能?如何使用 Vue 实现在线聊天功能?Jun 25, 2023 am 08:30 AM

随着互联网的不断发展,聊天功能逐渐成为了很多网站和应用的必备功能之一。如果你想给自己的网站添加一个在线聊天功能,Vue可以是个不错的选择。Vue是一个用于构建用户界面的渐进式框架,它易于上手、灵活且功能强大。在本文中,我们将介绍如何使用Vue来实现一个在线聊天功能,希望对你有所帮助。步骤1:创建Vue项目首先,我们需要创建一个新的Vue项目

vue框架哪些模块用到了闭包vue框架哪些模块用到了闭包Nov 21, 2023 pm 03:02 PM

用到闭包的模块有组件系统、计算属性、侦听器、方法、生命周期钩子等。详细介绍:1、组件系统:在Vue中,每个组件都是一个独立的闭包,它具有自己的作用域和生命周期。组件内部的变量和函数无法直接访问到外部的变量和函数,除非通过props或事件进行通信;2、计算属性是Vue中的一个重要特性,它利用了闭包来实现数据的缓存和计算。只有当依赖的数据发生变化时,计算属性才会重新计算等等。

如何使用Vue进行多端适配和响应式设计如何使用Vue进行多端适配和响应式设计Aug 02, 2023 pm 12:05 PM

如何使用Vue进行多端适配和响应式设计在移动互联网时代,我们不仅要关注网页在不同屏幕尺寸上的适配,还要考虑到各种移动设备和平台的兼容性。Vue作为一种流行的前端框架,提供了很多便利的工具和技术,可以帮助开发人员实现多端适配和响应式设计。本文将介绍如何使用Vue进行多端适配和响应式设计,并提供代码示例。使用flexible.js进行移动端适配在移动端设备上,不

Vue框架内部安全漏洞的研究和修复方法Vue框架内部安全漏洞的研究和修复方法Jun 10, 2023 pm 08:06 PM

近年来,前端框架在开发中扮演着越来越重要的角色,Vue框架因其轻量级和易用性而备受推崇。然而,任何开发框架都不是完美的,随着时间的推移,越来越多的安全漏洞被发现并被利用。本文将探讨Vue框架内部的安全漏洞,并提出相应的修复方法。一、Vue框架的常见安全漏洞XSS攻击XSS跨站点脚本攻击是指攻击者在网站上注入恶意脚本,可以窃取用户信息、修改页面内容或对用户进行

Vue框架下,如何实现即时通讯的统计图表Vue框架下,如何实现即时通讯的统计图表Aug 19, 2023 pm 07:57 PM

Vue框架下,如何实现即时通讯的统计图表引言:随着即时通讯的普及和发展,越来越多的应用程序需要展示实时的统计数据以帮助用户更好地了解和分析数据。在Vue框架下,我们可以通过使用Chart.js来实现即时通讯的统计图表。本文将会介绍如何使用Vue和Chart.js来创建实时更新的统计图表,并提供完整的演示代码。步骤一:安装依赖和初始化项目首先,我们需要在Vue

Vue框架下,如何实现在线调查的统计图表Vue框架下,如何实现在线调查的统计图表Aug 17, 2023 pm 09:54 PM

Vue框架下,如何实现在线调查的统计图表概述:随着互联网的发展,越来越多的调查问卷变成了在线形式,而在线调查的结果分析和展示对于决策者来说至关重要。本文将介绍如何利用Vue框架以及常用的数据可视化库,实现在线调查的统计图表功能。技术栈:Vue.js:一个用于构建用户界面的渐进式JavaScript框架。ECharts:一款基于JavaScript的开源可视化

See all articles

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.