{"id":18357903,"url":"https://github.com/zyj1022/wee","last_synced_at":"2025-04-10T02:38:07.052Z","repository":{"id":65379406,"uuid":"45829134","full_name":"zyj1022/wee","owner":"zyj1022","description":"WEE—简单快速的响应式HTML/CSS前端框架","archived":false,"fork":false,"pushed_at":"2020-04-07T02:31:35.000Z","size":3786,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T09:04:55.625Z","etag":null,"topics":["css","css-framework","css-grid","muss","wee"],"latest_commit_sha":null,"homepage":"http://codeffe.com/wee/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zyj1022.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-09T09:48:20.000Z","updated_at":"2021-10-09T06:33:10.000Z","dependencies_parsed_at":"2023-01-20T11:37:46.495Z","dependency_job_id":null,"html_url":"https://github.com/zyj1022/wee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyj1022%2Fwee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyj1022%2Fwee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyj1022%2Fwee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyj1022%2Fwee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyj1022","download_url":"https://codeload.github.com/zyj1022/wee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968259,"owners_count":21025820,"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","css-framework","css-grid","muss","wee"],"created_at":"2024-11-05T22:16:00.110Z","updated_at":"2025-04-10T02:38:07.026Z","avatar_url":"https://github.com/zyj1022.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WEE ——— 简单快速的响应式HTML/CSS前端框架\n\nWEE 是一个面向熟悉SASS使用人员的响应式前端框架，以[MUSS](https://github.com/zyj1022/muss) 为基础，\n根据实际使用需求，总结概括了常用组件，致力于让你使用最少的代码，用最少的时间创建你所需要的网站。\n\n# [Demo 查看](http://zyj1022.github.io/demos/wee/)\n\n## 使用方法\n\n安装node，之后全局安装wee\n\n\tnpm install weeui -g\n\n然后进入工作目录\n\n\twee install\n\n在你的CSS文件中引用：\n\n\t@import \"wee\";\n\n或者直接在你的页面中引用\n\n    \u003clink rel=\"stylesheet\" href=\"css/wee.css\"\u003e\n\n## 文件描述\n\nWEE 目前涵盖了常用的核心样式, 更为更灵活的24列栅格化，\n\n- CSS标准化 [normalize](http://necolas.github.io/normalize.css/)\n\n具体文件结构如下\n\n```\n  wee/\n  └── scss/\n      │── [muss](https://github.com/zyj1022/muss)/\n      │── partials/\n      │   ├── global.scss\n      │   ├── affix.scss\n      │   ├── alert.scss\n      │   ├── avatar.scss\n      │   ├── badge.scss\n      │   ├── breadcrumb.scss\n      │   ├── button.scss\n      │   ├── buttonGroup.scss\n      │   ├── calendar.scss\n      │   ├── card.scss\n      │   ├── carousel.scss\n      │   ├── cascader.scss\n      │   ├── checkbox.scss\n      │   ├── code.scss\n      │   ├── comment.scss\n      │   ├── datepicker.scss\n      │   ├── drawer.scss\n      │   ├── dropdown.scss\n      │   ├── empty.scss\n      │   ├── flex.scss\n      │   ├── form.scss\n      │   ├── gird.scss\n      │   ├── helper.scss\n      │   ├── icon.scss\n      │   ├── images.scss\n      │   ├── input.scss\n      │   ├── list.scss\n      │   ├── menu.scss\n      │   ├── message.scss\n      │   ├── modal.scss\n      │   ├── notification.scss\n      │   ├── pagination.scss\n      │   ├── popover.scss\n      │   ├── progress.scss\n      │   ├── radio.scss\n      │   ├── rate.scss\n      │   ├── select.scss\n      │   ├── slider.scss\n      │   ├── spin.scss\n      │   ├── step.scss\n      │   ├── switch.scss\n      │   ├── table.scss\n      │   ├── tabs.scss\n      │   ├── tag.scss\n      │   ├── timeline.scss\n      │   ├── timepicker.scss\n      │   ├── transfer.scss\n      │   ├── tree.scss\n      │   └── typography.scss\n      ├── colors-ufe.scss [ufe-design-colors]\n      ├── colors.scss\n      ├── normalize.scss\n      ├── variables.scss\n      └── wee.scss\n```\n\n## 功能更新\n\n- 1.2 全面组件化按照 [WeeKit](https://github.com/weeui/weekit) 样式，配合对应的 [react-wee](https://github.com/weeui/react-wee) 版本进行组件化开发。\n- 1.1 新增 Flex 布局 具体查看 [flex.html](http://zyj1022.github.io/demos/wee/flex.html) 说明。\n\n## 具体使用说明\n\n当前为初级1.2.0版，部分内容还在完善中，下载包中暂未包含[muss](https://github.com/zyj1022/muss)，\n所以在使用时先将muss置入你的下载文件的scss文件夹中，如上目录结构所示即可。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyj1022%2Fwee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyj1022%2Fwee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyj1022%2Fwee/lists"}