{"id":13535783,"url":"https://github.com/wdfe/wdui","last_synced_at":"2026-01-11T22:46:10.844Z","repository":{"id":57269766,"uuid":"89446035","full_name":"wdfe/wdui","owner":"wdfe","description":"Mobile UI Components Library based on Vue 2.0 at Weidian","archived":false,"fork":false,"pushed_at":"2019-03-26T05:43:33.000Z","size":24620,"stargazers_count":245,"open_issues_count":3,"forks_count":42,"subscribers_count":18,"default_branch":"dev","last_synced_at":"2026-01-02T23:21:12.230Z","etag":null,"topics":["ui-kit","vue","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"https://wdfe.github.io/wdui/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wdfe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-26T06:28:30.000Z","updated_at":"2025-01-10T09:29:04.000Z","dependencies_parsed_at":"2022-09-02T09:51:19.406Z","dependency_job_id":null,"html_url":"https://github.com/wdfe/wdui","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/wdfe/wdui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfe%2Fwdui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfe%2Fwdui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfe%2Fwdui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfe%2Fwdui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdfe","download_url":"https://codeload.github.com/wdfe/wdui/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfe%2Fwdui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ui-kit","vue","vue-components","vuejs"],"created_at":"2024-08-01T09:00:27.191Z","updated_at":"2026-01-11T22:46:10.825Z","avatar_url":"https://github.com/wdfe.png","language":"JavaScript","readme":"# WDUI\n\n[![Build Status](https://travis-ci.org/wdfe/wdui.svg?branch=dev)](https://travis-ci.org/wdfe/wdui)\n[![Coverage Status](https://coveralls.io/repos/github/wdfe/wdui/badge.svg)](https://coveralls.io/github/wdfe/wdui)\n[![npm package](https://img.shields.io/npm/v/wdui.svg)](https://www.npmjs.org/package/wdui)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n- [项目主页](https://wdfe.github.io/wdui/#/)\n\n## 安装\n\n```bash\nnpm i wdui@latest --save-dev\n```\n\n### 引入\n\n#### 整体引入\n\n```javascript\nimport Vue from 'vue'\nimport * as wdui from 'wdui' //整体引入\nimport 'wdui/lib/styles/theme-default/index.css' //引入样式文件\n\nVue.use(wdui)\n```\n\n#### 按需引入（使用 [babel-plugin-component](https://www.npmjs.com/package/babel-plugin-component) 插件）\n\n```bash\nnpm i babel-plugin-component --save-dev\n```\n修改 babel 配置文件 `.babelrc`, 添加 babel-plugin-component 插件\n```json\n{\n  \"plugins\": [\"transform-vue-jsx\", \"something else\" ,[\"babel-plugin-component\", {\n    \"libraryName\": \"wdui\",\n    \"style\": false\n  }]],\n}\n```\n按需引入\n```javascript\nimport {Header} from 'wdui'\n\nexport default {\n  components: {\n    'wd-header': Header\n  }\n}\n```\n\n## Tips\n\n - 全部组件使用 REM 布局实现多终端适配，使用本组件库时请搭配使用 [lib-flexible](https://github.com/amfe/lib-flexible) 方案。\n - 兼容性: Android 4.4 + ， iOS 6 +\n\n## Contribute\n\n请参考 [Contribute Guide](https://github.com/wdfe/wdui/blob/dev/CONTRIBUTING.md) 后提交 Pull Request。\n\n## Acknowledgements\n\nwdui 开发时曾参考过以下项目:\n\n - [Element](https://github.com/ElemeFE/element)\n - [Mint UI](https://github.com/ElemeFE/mint-ui)\n - [Zynga Scroller](https://github.com/pbakaus/scroller)\n - [Muse UI](https://github.com/museui/muse-ui)\n\n## License\n\nMIT\n","funding_links":[],"categories":["JavaScript","UI组件"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdfe%2Fwdui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdfe%2Fwdui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdfe%2Fwdui/lists"}