{"id":13399571,"url":"https://github.com/muicss/mui","last_synced_at":"2025-05-14T00:08:34.745Z","repository":{"id":27359740,"uuid":"30835106","full_name":"muicss/mui","owner":"muicss","description":"Lightweight CSS framework","archived":false,"fork":false,"pushed_at":"2021-08-23T07:53:31.000Z","size":18180,"stargazers_count":4504,"open_issues_count":77,"forks_count":423,"subscribers_count":168,"default_branch":"master","last_synced_at":"2025-05-10T14:13:50.499Z","etag":null,"topics":["css-framework","google-material","javascript","lightweight-css-framework","material","meteor","mui","nodejs"],"latest_commit_sha":null,"homepage":"https://www.muicss.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muicss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"amorey"}},"created_at":"2015-02-15T17:30:26.000Z","updated_at":"2025-04-29T09:16:01.000Z","dependencies_parsed_at":"2022-07-18T09:09:20.040Z","dependency_job_id":null,"html_url":"https://github.com/muicss/mui","commit_stats":null,"previous_names":[],"tags_count":146,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muicss%2Fmui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muicss%2Fmui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muicss%2Fmui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muicss%2Fmui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muicss","download_url":"https://codeload.github.com/muicss/mui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043997,"owners_count":22005056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-framework","google-material","javascript","lightweight-css-framework","material","meteor","mui","nodejs"],"created_at":"2024-07-30T19:00:39.671Z","updated_at":"2025-05-14T00:08:29.736Z","avatar_url":"https://github.com/muicss.png","language":"JavaScript","readme":"# Material Design CSS Framework\n\n[![MUI](https://www.muicss.com/static/favicons/icon-192x192.png)](https://www.muicss.com)\n\nMUI is a lightweight CSS framework that follows Google's Material Design guidelines.\n\n[![Join the chat at https://gitter.im/muicss/mui](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/muicss/mui?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://travis-ci.org/muicss/mui.svg?branch=master)](https://travis-ci.org/muicss/mui)\n[![Dependency Status](https://david-dm.org/muicss/mui.svg)](https://david-dm.org/muicss/mui)\n[![devDependency Status](https://david-dm.org/muicss/mui/dev-status.svg)](https://david-dm.org/muicss/mui?type=dev)\n[![CDNJS](https://img.shields.io/cdnjs/v/muicss.svg)](https://cdnjs.com/libraries/muicss)\n[![Greenkeeper badge](https://badges.greenkeeper.io/muicss/mui.svg)](https://greenkeeper.io/)\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/muicss/mui) \n\n**Use From the CDN:**\n\n```html\n\u003clink href=\"//cdn.muicss.com/mui-0.10.3/css/mui.min.css\" rel=\"stylesheet\" type=\"text/css\" /\u003e\n\u003cscript src=\"//cdn.muicss.com/mui-0.10.3/js/mui.min.js\"\u003e\u003c/script\u003e\n```\n\nOr for development you can use the latest:\n\n```html\n\u003clink href=\"//cdn.muicss.com/mui-latest/css/mui.min.css\" rel=\"stylesheet\" type=\"text/css\" /\u003e\n\u003cscript src=\"//cdn.muicss.com/mui-latest/js/mui.min.js\"\u003e\u003c/script\u003e\n```\n\n**Install with NPM:**\n\n```shell\n$ npm install --save muicss\n```\n\nRead more: https://www.npmjs.com/package/muicss\n\n**Install with Bower:**\n\n```shell\n$ bower install mui\n```\n\n## Features\n\nMUI 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:\n\n* Small footprint: mui.min.css - 6.6K, mui.min.js - 5.4K (gzipped)\n* A responsive grid to make mobile-friendly sites\n* No external dependencies\n* CSS library that can be customized with your own colors\n* JS library can be loaded asyncronously\n* Email library for styling HTML emails\n\nTo get started using MUI, go to the [MUI website](https://www.muicss.com) to see examples and download boilerplate HTML.\n\n## Browser Support \n\nMUI is tested and works in:\n\n* IE10+\n* Latest Stable: Firefox, Chrome, Safari\n* iOS 6+\n\n## Development Quickstart\n\n1. Install dependencies\n\n  * nodejs (http://nodejs.org/)\n  * npm (https://www.npmjs.org/)\n  * sass (http://sass-lang.com/)\n  * http-server (via npm)\n\n1. Clone repository\n\n   ```bash\n   $ git clone git@github.com:muicss/mui.git\n   $ cd mui\n   ```\n\n1. Install node dependencies using npm\n\n   ```bash\n   $ npm install\n   ```\n\n1. Build examples\n\n   ```bash\n   $ npm run build-examples\n   ```\n\n   To view the examples you can use any static file server. To use the nodejs `http-server` module:\n\n   ```bash\n   $ npm install http-server\n   $ npm run http-server -- -p 3000\n   ```\n\n   Then visit http://localhost:3000/examples\n\nAlternatively, you can use a pre-configured development environment on GitPod:\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)\n\n## Run tests\n\n### Unit tests\n\nTo run the unit tests from the command line, run 'npm test':\n\n```bash\n$ npm test\n```\n\n### E2E tests\n\nTo run the E2E tests first compile the unit test files into a version that runs in the browser:\n\n```bash\n$ npm run build-e2e-tests\n```\n\nThen visit http://localhost:3000/e2e-tests\n\n## Build Packages\n\n### CDN\n\n```bash\n$ npm run build-cdn\n```\n\nThe build will be located in the `packages/cdn` directory:\n\n\u003cpre\u003e\ncdn/\n├── angular\n│   ├── mui-angular.js\n│   └── mui-angular.min.js\n├── css\n│   ├── mui.css\n│   ├── mui.min.css\n│   ├── mui-rtl.css\n│   └── mui-rtl.min.css\n├── email\n│   ├── mui-email-inline.css\n│   ├── mui-email-inline-rtl.css\n│   ├── mui-email-styletag.css\n│   └── mui-email-styletag-rtl.css\n├── extra\n│   ├── mui-angular-combined.js\n│   ├── mui-angular-combined.min.js\n│   ├── mui-colors.css\n│   ├── mui-colors.min.css\n│   ├── mui-combined.js\n│   ├── mui-combined.min.js\n│   ├── mui-noglobals.css\n│   ├── mui-noglobals.min.css\n│   ├── mui-noglobals-rtl.css\n│   ├── mui-noglobals-rtl.min.css\n│   ├── mui-react-combined.js\n│   └── mui-react-combined.min.js\n├── js\n│   ├── mui.js\n│   └── mui.min.js\n├── react\n│   ├── mui-react.js\n│   └── mui-react.min.js\n└── webcomponents\n    ├── mui-webcomponents.js\n        └── mui-webcomponents.min.js\n\u003c/pre\u003e\n\n### NPM\n\n```bash\n$ npm run build-npm\n```\n\nThe NPM package is located in the `packages/npm` directory.\n\n### Meteor\n\n```bash\n$ npm run build-meteor\n```\n\nThe Meteor package is located in the `packages/meteor` directory.\n","funding_links":["https://github.com/sponsors/amorey"],"categories":["JavaScript","CSS and JS","目录","Stalled Development","Frameworks / Resources","CSS","Uncategorized"],"sub_categories":["Frameworks CSS JS","移动端","M","CSS Frameworks","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuicss%2Fmui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuicss%2Fmui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuicss%2Fmui/lists"}