What are the front-end UI frameworks?

青灯夜游
Release: 2018-12-04 09:48:43
Original
19704 people have browsed it

What are the front-end UI frameworks? Front-end UI frameworks include: UI frameworks suitable for mobile terminals (Mint UI, SUI Mobile, Weui, etc.), UI frameworks suitable for PC terminals (iView, Element UI, SUI, H-ui, etc.), and UI frameworks suitable for hybrid development (ionic, Framework7 etc.), the following is the specific content introduction.

What are the front-end UI frameworks?

UI framework suitable for mobile terminals

Mint UI (Are you hungry? Team)

Chinese official website: http://mint-ui.github.io/#!/zh-cn

Description: Mobile UI framework based on vue

Based on vue

Component library:

What are the front-end UI frameworks?

GitHub address: https://github.com/ElemeFE/mint- ui/

Preview address:

http://elemefe.github.io/mint-ui/#/

Basic introduction:

CDN:

<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/mint-ui/lib/style.css">

<!-- 引入组件库 -->
<script src="https://unpkg.com/mint-ui/lib/index.js"></script>
Copy after login

SUI Mobile (Alibaba Sharing Business Division UED Team)

Official website: http://m.sui.taobao.org /

Description: A set of UI libraries developed based on Framework7. Based on iOS style. It is very lightweight and beautiful. You only need to introduce our CDN file to use it.

It is also compatible with iOS 6.0 and Android 4.0, making it very suitable for developing cross-platform Web Apps.

Based on zepto, IOS style

Preview:

http://m.sui.taobao.org/demos/

Component library:

What are the front-end UI frameworks?

GitHub address: https://github.com/sdc-alibaba/SUI-Mobile

Basic introduction:

CDN:

<!-- 引入样式 -->
<link rel="stylesheet" href="//g.alicdn.com/msui/sm/0.6.2/css/sm.min.css">

<!-- 引入组件库 -->
<script type=&#39;text/javascript&#39; src=&#39;//g.alicdn.com/sj/lib/zepto/zepto.min.js&#39; charset=&#39;utf-8&#39;></script>
<script type=&#39;text/javascript&#39; src=&#39;//g.alicdn.com/msui/sm/0.6.2/js/sm.min.js&#39; charset=&#39;utf-8&#39;></script>
Copy after login

Weui (WeChat official design team)

Description: WeUI is tailor-made for WeChat Web services and is a visual experience consistent with WeChat’s native The basic style library is tailor-made for WeChat Web development by the WeChat official design team, which can make users' usage perception more unified.

Contains various elements such as button, cell, dialog, progress, toast, article, actionsheet, icon, etc.

GitHub address: https://github.com/weui/weui

Preview:

UI component: https://weui.io

JS component: https://github.com/weui/weui

Basic introduction:

CDN:

<!-- 引入样式 -->
<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/1.1.2/weui.min.css">

<!-- 引入组件库 -->
<script type="text/javascript" src="https://res.wx.qq.com/open/libs/weuijs/1.1.3/weui.min.js"></script>
Copy after login

##YDUI Touch

Official website: http://www.ydui.org/

Description: A mobile terminal & WeChat UI that focuses on aesthetics and efficient performance. Based on jQuery

Compatibility: compatible with most mobile devices (compatible with Android4.0, IOS6.0);

adopts flexbox layout, because low versions of Android and some special browsers are not compatible For flex-basis, flex-wrap, and inline-flex attributes, YDUI will adopt other solutions;

Basic introduction: (requires download)

Introduction of YDUI style: ydui.css

Introducing YDUI adaptive solution class library: ydui.flexible.js

Introducing jQuery2.0

Introducing YDUI script: ydui.js

Component library:

What are the front-end UI frameworks?

Preview:

http://m.ydui.org

GitHub address: https://github.com/ydcss/ydui

Personal opinion: Custom keyBoard plug-in is the highlight

GMU (developed by Baidu GMU team)

Description: Based on zepto A lightweight mobile UI component library that complies with jquery ui usage specifications and provides simple and easy-to-use UI components for webapps and pads.

Compatible with iOS3 / android2.1, supports domestic mainstream mobile browsers, such as safari, chrome, UC, qq, etc.

GitHub address: https://github.com/fex-team/GMU

star:1106,fork:461

latest commit 2017.4.18 2pm

8 contributors

Basic introduction:

Introduction of reset.css: https://github.com/fex-team/GMU/blob/master/dist/reset.css

Introduce gmu.css: https://github.com/fex-team/GMU/blob/master/dist/gmu.css

Introduce zepto.js: https://github.com /fex-team/GMU/blob/master/dist/zepto.js

Introduce gmu.js: https://github.com/fex-team/GMU/blob/master/dist/gmu.js

FrozenUI (QQVIP FD Team • Alloyteam Team)

Official address: http://frozenui.github.io/

Description: Simple and easy to use, lightweight and fast, a front-end framework that serves mobile terminals. Based on mobile QQ style specifications. Applied to Tencent Mobile QQ value-added services. Compatible with android 2.3, ios 4.0.

GitHub address: https://github.com/frozenui/frozenui

Personal opinion: The JS component library is relatively simple and mobile-first

Foundation

Chinese official website: http://www.foundcss.com/

描述:Foundation是国外最流行的 HTML、CSS 和 JS 框架,用于开发响应式布局、移动设备优先的 WEB 项目。

GitHub地址:https://github.com/zurb/foundation-sites

基础引入:  

CDN:

<!-- 引入样式 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" integrity="sha256-itWEYdFWzZPBG78bJOOiQIn06QCgN/F0wMDcC4nOhxY=" crossorigin="anonymous" />

<!-- 引入组件库 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js" integrity="sha256-Nd2xznOkrE9HkrAMi4xWy/hXkQraXioBg9iYsBrcFrs=" crossorigin="anonymous"></script>
Copy after login

个人观点:无很多中文官方文档,不便于中国开发者

Amaze UI

官方地址:http://amazeui.org/

描述:中国首个开源 HTML5 跨屏前端框架。Amaze UI 关注中文排版,根据用户代理调整字体,实现更好的中文排版效果。基于jQuery

GitHub:https://github.com/amazeui/amazeui

组件库:

What are the front-end UI frameworks?

基础引入:

CDN:

http://cdn.amazeui.org/amazeui/2.7.2/css/amazeui.css
http://cdn.amazeui.org/amazeui/2.7.2/css/amazeui.min.css
http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.js
http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.min.js
http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.ie8polyfill.js
http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.ie8polyfill.min.js
http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.widgets.helper.js
http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.widgets.helper.min.js
Copy after login

观点:适合PC端更多(例如分页的实现)

Pure

中文官网:https://www.purecss.cn/

描述:纯CSS,美国雅虎公司出品的一组轻量级、响应式纯css模块,适用于任何Web项目。

GitHub:https://github.com/yahoo/pure/

基础引入:

CDN:

<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css" integrity="sha384-CCTZv2q9I9m3UOxRLaJneXrrqKwUNOzZ6NGEUMwHtShDJ+nCoiXJCAgi05KfkLGY" crossorigin="anonymous">
Copy after login

适合PC 端的UI框架

iView

官网地址:https://www.iviewui.com/

描述:一套基于 Vue.js 的高质量 UI 组件库。iView 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。

GitHub地址:https://github.com/iview/iview

组件库:

What are the front-end UI frameworks?

基础引入:

CDN:

<!-- import Vue.js -->
<script src="//vuejs.org/js/vue.min.js"></script>
<!-- import stylesheet -->
<link rel="stylesheet" href="//unpkg.com/iview/dist/styles/iview.css">
<!-- import iView -->
<script src="//unpkg.com/iview/dist/iview.min.js"></script>
Copy after login

Element UI(饿了么团队)

官方地址:http://element-cn.eleme.io/#/zh-CN

描述:基于 Vue 2.0 的桌面端组件库

GitHub:https://github.com/ElemeFE/element

组件库:

What are the front-end UI frameworks?

基础引入:

CDN:

<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
Copy after login

SUI(阿里巴巴国际UED团队-商家业务事业部)

官网地址:http://sui.taobao.org/

描述:一套基于bootstrap开发的前端组件库,同时她也是一套设计规范。基于jquery

组件库:

What are the front-end UI frameworks?

GitHub:https://github.com/sdc-alibaba/sui

基础引入:

CDN:

<link href="http://g.alicdn.com/sj/dpl/1.5.1/css/sui.min.css" rel="stylesheet">
<script type="text/javascript" src="http://g.alicdn.com/sj/lib/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="http://g.alicdn.com/sj/dpl/1.5.1/js/sui.min.js"></script>
Copy after login

观点:偏向设计规范,组件库相对简单。

H-ui

官方地址:http://www.h-ui.net/

描述:轻量级前端框架,简单免费,兼容性好,服务中国网站。

基于jQuery

GitHub地址:https://github.com/jackying/h-ui

组件库:

What are the front-end UI frameworks?

观点:无亮点,借鉴第三方插件完成

layui

官方地址:http://www.layui.com/

描述:经典模块化前端框架,更多是为服务端程序员量身定做,你无需涉足各种前端工具的复杂配置,只需面对浏览器本身,让一切你所需要的元素与交互,从这里信手拈来。

layui 兼容人类正在使用的全部浏览器(IE6/7除外),可作为 PC 端后台系统与前台界面的速成开发方案。

组件库:

What are the front-end UI frameworks?

GitHub:https://github.com/sentsin/layui/

基础引入:

layui.css、layui.js

uiKit(YOOtheme 团队)

官网地址:http://www.getuikit.net/

描述:一款轻量级、模块化的前端框架,可快速构建强大的web前端界面。依赖jQuery

UIkit 兼容 IE9 以上现代浏览器。在 IE8 及其以下版本中,所有JavaScript 都会失效。

组件库:

What are the front-end UI frameworks?

GitHub地址:https://github.com/uikit/uikit

基础引入:

CDN:

<link rel="stylesheet" href="//cdn.bootcss.com/uikit/2.25.0/css/uikit.css" />
<script src="//cdn.bootcss.com/uikit/2.25.0/js/uikit.js"></script>
Copy after login

Bootstrap

中文官网:http://www.bootcss.com/

描述:简洁、直观、强悍的前端开发框架,让web开发更迅速、简单。

组件库:

What are the front-end UI frameworks?

GitHub地址:https://github.com/twbs/bootstrap

基础引入:

CDN:

<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
Copy after login

其他基于bootstrap衍生出来的模块:

Ace Admin后台管理系统模板:基于bootstrap3;http://ace.jeka.by/

Metronic后台管理模板:http://www.metronic.com/

H+:http://www.zi-han.net/theme/hplus/

jQuery UI+Bootstrap:https://github.com/jquery-ui-bootstrap/jquery-ui-bootstrap/

更多:http://www.cssmoban.com/cssthemes/houtaimoban/

jQuery UI

官方网址:http://jqueryui.com/

组件库:

What are the front-end UI frameworks?

其他基于jQuery衍生出来的模板:

BUI:基于jQuery+KISSY UI:http://www.builive.com/

EasyUI:http://www.jeasyui.net/

描述:使用easyui你不需要写很多代码,你只需要通过编写一些简单HTML标记,就可以定义用户界面。

DWZ JUI:http://jui.org/

适合混合开发的UI框架

ionic

中文官网网址:http://www.ionic-china.com/

描述:ionic是一个强大的 HTML5应用程序开发框架(HTML5 Hybrid Mobile App Framework)。基于angular

ionic 主要关注外观和体验,以及和你的应用程序的 UI 交互,特别适合用于基于 Hybird 模式的 HTML5 移动应用程序开发。

ionic是一个轻量的手机UI库,具有速度快,界面现代化、美观等特点。

Framework7

官网地址:http://framework7.cn/

描述:Framework7 是一个开源免费的框架可以用来开发混合移动应用(原生和HTML混合)或者开发 iOS & Android 风格的WEB APP。

也可以用来作为原型开发工具,可以迅速创建一个应用的原型。

它只专注于为 iOS 和 Google Material 设计提供最好的体验。

GitHub:https://github.com/framework7io/framework7

OnsenUI

官网地址:https://onsen.io/

描述:用来构建混合移动端APP的 HTML5 UI 框架

GitHub地址:https://github.com/OnsenUI/OnsenUI

总结:以上就是本篇文章的全部内容,希望能对大家的学习有所帮助。

The above is the detailed content of What are the front-end UI frameworks?. 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