Home  >  Article  >  Web Front-end  >  What are the html5 mobile frameworks?

What are the html5 mobile frameworks?

青灯夜游
青灯夜游Original
2021-05-11 15:42:105477browse

html5 mobile framework: Framework7, SUI Mobile, FrozenUI, Amaze UI, MUI, WeUI, VUX, WEEX, antd-mobile, vue-carbon, uiKit, H-ui, layui, vonic, etc.

What are the html5 mobile frameworks?

The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.

Mobile Web UI library (H5 framework) list

Framework7

Framework7 is an open source Free framework. It can be used to develop hybrid mobile applications (mixed native and HTML) or develop iOS & Android style WEB APPs. It can also be used as a prototype development tool to quickly create an application prototype.

You only need a basic HTML layout and import the CSS and JS files of Framework7! Framework7 does not force you to write any custom tags, nor does it generate any additional content through JS. You don't need to write the page via JS or JSON, just plain HTML.

Framework7 has a large number of UI components and tools that can be used directly, such as modals, popup, action sheet, popover, list views, media lists, tabs, side panels, layout grid, preloader, form elements, etc. For most components you don’t need to write any JS code at all.

SUI Mobile

MSUI is the work of the UED team of Alibaba Sharing Business Division. The purpose is to provide a commonly used component library for mobile H5 pages to reduce duplication of work.

SUI Mobile is a set of UI libraries developed based on Framework7. It is very lightweight and beautiful. You only need to introduce our CDN file to use it. It is compatible with iOS 6.0 and Android 4.0, making it very suitable for developing cross-platform Web Apps.

FrozenUI

Frozen UI is an open source, easy-to-use, lightweight and fast mobile UI framework. Based on the Mobile QQ style specifications, the most commonly used components are selected and

is made into a public offline package for Mobile QQ to reduce requests, has a friendly upgrade method and complete documentation. It is currently fully used in Tencent Mobile QQ value-added services.

Amaze UI

China's first open source HTML5 cross-screen front-end framework. Compared with foreign frameworks, Amaze UI focuses on Chinese typesetting and adjusts fonts according to the user agent to achieve better results. Chinese typesetting effect; taking into account the compatibility support of domestic mainstream browsers and the built-in browser of the App.

Amaze UI takes mobile first as its concept, gradually expands from small screens to large screens, and finally realizes adaptation to all screens to adapt to the trend of mobile Internet.

MUI

The high-performance front-end framework closest to the native APP experience.

WeUI

WeUI is a set of basic style libraries that are consistent with WeChat’s native visual experience. It is designed by the WeChat official design team for WeChat internal web pages and WeChat mini programs. , making users’ usage perception more unified.

VUX

Vux (pronounced [v'ju:z], the same as views) is a mobile UI component library developed based on WeUI and Vue (2.x) , mainly serving WeChat pages.

Based on webpack vue-loader vux can quickly develop mobile pages. With vux-loader, you can customize the styles you need based on WeUI.

vux-loader ensures that components are used on demand, so you don’t have to worry about eventually packaging the entire vux component library code.

WEEX

Weex is a simple and easy-to-use cross-platform development solution that can build high-performance and scalable native applications with a web development experience. In order to do To this end, Weex cooperates with Vue, uses Vue as the upper-layer framework, and implements unified JSEngine and DOM API in accordance with W3C standards. In this way, you can even use other frameworks to drive Weex and create native applications that are consistent on three ends.

Ant Design Mobile

antd-mobile is a React implementation of Ant Design’s mobile specification, serving Ant and Koubei wireless businesses.

vue-carbon

Developed material design style mobile WEB UI library based on vuejs 1.0, design resources refer to CARBON FrameWork7.

uiKit

uiKit is a lightweight, modular front-end framework that can quickly build a powerful web front-end interface.

H-ui

H-ui is a lightweight front-end framework, simple and free, with good compatibility and suitable for Chinese websites.

layui

Layui was born in the golden autumn of 2016. It is a domestic front-end UI framework with strong feelings. It pursues minimalism without losing its rich connotation. , it does not seem to be an exaggeration to say that she is the lightest crystal in history. Everything stems from her persistence in the original ecology, filtering out the noise in the front-end community, and her own meticulous craftsmanship.

YDUI Touch

YDUI Touch is specially built for mobile terminals. It is compatible with mainstream mobile devices in terms of technical implementation and interaction design, ensuring light code and high performance; using Flex technology , flexibly align, shrink, and expand elements to easily handle mobile page layouts; implement powerful screen adaptation layouts that adapt to all screens in equal proportions. What? Not happy with it? Easily switch px; customize Javascript components, Less files, Less variables, and customize your own YDUI.

sheral

Mobile UI library based on sandal (basic sass library) extension. For specific design ideas, please refer to sheral - a UI component library that is convenient for customization and expansion

vonic

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

Mint UI

Mobile component library based on Vue.js

Mint UI contains rich CSS and JS components, which can meet daily mobile needs End development needs. Through it, you can quickly build a page with a unified style and improve development efficiency.

True loading of components on demand. You can load only the declared components and their style files, without worrying about the file size being too large.

Considering the performance threshold of the mobile terminal, Mint UI uses CSS3 to handle various animations to avoid unnecessary redrawing and rearrangement of the browser, so that users can obtain a smooth and smooth experience.

Relying on the efficient componentization solution of Vue.js, Mint UI is lightweight. Even if all are imported, the compressed file size is only ~30kb (JS CSS) gzip.

Muse-UI

UI component library based on Vue 2.0 and Material Design

1. Rich components

Muse UI basics Implemented all components of the Material Design design specification class, and also developed many functional components

2. Customizable

Muse UI uses less files, and all colors are maintained by a variable , complete the custom theme by writing less files, and also provide some parameters for modifying the effect inside the component

3. Based on Vue 2.0

Muse UI is developed based on Vue2.0, Vue2.0 is the current One of the fastest front-end frameworks, small, API-friendly, and can be used to develop complex single-page applications.

jQuery WeUI

jQuery WeUI is a simple and powerful UI library designed specifically for WeChat public account development. It contains all WeUI official CSS components, and additional A large number of expansion components are provided, and the rich component library can greatly reduce front-end development time.

The biggest feature of jQuery WeUI is that it only provides UI components and does not place any restrictions on the frameworks and other libraries used in the project. It can be used in almost any environment. Whether your project is based on jQuery, React, Angular, or Vue, you will find that jQuery WeUI can be used very conveniently in combination with them. Even if your project is an old project with a long history, it can almost be used out of the box.

Foreign official website: http://jqweui.com/

QMUI Web

QMUI Web is a website that focuses on Web UI development to help developers quickly A framework that implements a specific set of designs.

The framework is mainly composed of a powerful collection of Sass methods and built-in workflows. Through QMUI Web, developers can easily improve the efficiency of Web UI development while maintaining high maintainability and robustness of the project.

This framework synchronizes mobile UI frameworks for Android and IOS styles.

Recommended tutorial: "html video tutorial"

The above is the detailed content of What are the html5 mobile 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
Previous article:What html5 can doNext article:What html5 can do