轻量级的HTML/CSS/JS框架:MUI_html/css_WEB-ITnose
Features
MUI is designed from the ground up to be fast, small and developer friendly. By design it only includes the basic components you need to build a site that follows Google's Material Design guidelines. Some of the key features of MUI are:
- Small footprint: mui.min.css - 5.6K, mui.min.js - 3.7K (gzipped)
- A responsive grid to make mobile-friendly sites
- No external dependencies
- CSS library that can be customized with your own colors
- JS library can be loaded asyncronously
- Email library for styling HTML emails
To get started using MUI, go to the MUI website to see examples and download boilerplate HTML.
Browser Support
MUI is tested and works in:
- IE10+
- Latest Stable: Firefox, Chrome, Safari
- iOS 6+
Development Quickstart
Install dependencies
- nodejs (http://nodejs.org/)
- npm (https://www.npmjs.org/)
- sass (http://sass-lang.com/)
- http-server (via npm)
Clone repository
$ git clone [email protected]:muicss/mui.git$ cd mui
Install node dependencies using npm
$ npm install
Build examples
$ ./node_modules/.bin/gulp build-examples
To view the examples you can use any static file server. To use the nodejs http-server module:
$ npm install http-server$ ./node_modules/.bin/http-server -p 3000
Then visit http://localhost:3000/examples
Watch changes and re-build
$ ./node_modules/.bin/gulp watch
示例 HTML:
My Title
项目主页:http://www.open-open.com/lib/view/home/1436230157833
上一篇: 利用PHP+JS实现搜索自动提示(实例)_PHP教程
下一篇: (算法)无向图最短路径的数目
推荐阅读
-
Git 项目推荐 | Go 语言编写的 web 完全开发框架_html/css_WEB-ITnose
-
关于JS 回掉函数的使用_html/css_WEB-ITnose
-
自学篇之js 提取复选框和单选框的值 和纯css的3D按钮_html/css_WEB-ITnose
-
关于两个div高度保持一致的(css+js)两种解决办法_html/css_WEB-ITnose
-
Foundation 6 – 先进的响应式的前端开发框架_html/css_WEB-ITnose
-
【江湖百晓生】我写的js代码,在火狐下不兼容,跪求兼容方法很简单的问题_html/css_WEB-ITnose
-
【江湖百晓生】我写的js代码,在火狐下不兼容,跪求兼容方法很简单的问题_html/css_WEB-ITnose
-
lightslider-支持移动触摸的轻量级jQuery幻灯片插件_html/css_WEB-ITnose
-
10个*的CSS UI开源框架_html/css_WEB-ITnose
-
Material UI:非常强大的CSS框架_html/css_WEB-ITnose