时间:2021-07-01 10:21:17 帮助过:38人阅读
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:
To get started using MUI, go to the MUI website to see examples and download boilerplate HTML.
MUI is tested and works in:
Install dependencies
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:
项目主页:http://www.open-open.com/lib/view/home/1436230157833