快捷搜索:  汽车  科技

移动端前端ui框架(前端UI框架小汇总)

移动端前端ui框架(前端UI框架小汇总)51 contributorslatest commit 2017.11.26 10pm美国雅虎公司出品的一组轻量级、响应式纯css模块,适用于任何Web项目。GitHub:https://github.com/yahoo/pure/star:17880,fork:1969

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

移动端前端ui框架(前端UI框架小汇总)(1)

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

Pure

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

描述:纯CSS

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

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

star:17880,fork:1969

latest commit 2017.11.26 10pm

51 contributors

基础引入:

CDN:

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

PC 端 UI框架

iView

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

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

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

star:11421,fork:1745

latest commit 2017.12.4 11am

组件库:

移动端前端ui框架(前端UI框架小汇总)(2)

基础引入:

CDN:

移动端前端ui框架(前端UI框架小汇总)(3)

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

移动端前端ui框架(前端UI框架小汇总)(4)

npm:

npm install iview --save

Element UI(饿了么团队)

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

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

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

star:20657,fork:3777

latest commit 2017.12.5 11am

254 contributors

组件库:

移动端前端ui框架(前端UI框架小汇总)(5)

猜您喜欢: