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 emailsTo 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
My Button查看更多关于轻量级的HTML/CSS/JS框架:MUI_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did108535