轻量级的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
上一篇: 兼容3.1*的数据库备份
推荐阅读
-
轻量级的HTML/CSS/JS框架:MUI_html/css_WEB-ITnose
-
基于Metronic的Bootstrap开发框架经验总结(1)-框架总览及菜单模块的处理_html/css_WEB-ITnose
-
简单实现兼容各大浏览器的js复制内容到剪切板_html/css_WEB-ITnose
-
如何使用JS或css去掉a标签点击时、点击中、点击后的颜色_html/css_WEB-ITnose
-
CI 框架(Apache环境)有效删除URL中的index.php_html/css_WEB-ITnose
-
dynamic-css 动态 CSS 库,使得你可以借助 MVVM 模式动态生成和更新 css,从 js 事件和 css 选择器的苦海中脱离出来_html/css_WEB-ITnose
-
JS访问Webservice的安全性问题_html/css_WEB-ITnose
-
为何js文件后面加一个参数?这样就会自动刷新本地js文件的缓存了么?_html/css_WEB-ITnose
-
html框架里的站内搜索_html/css_WEB-ITnose
-
Semantic UI ? 完全语义化的前端界面开发框架_html/css_WEB-ITnose