{"id":13459189,"url":"https://github.com/didi/cube-ui","last_synced_at":"2025-05-13T15:08:29.374Z","repository":{"id":26868370,"uuid":"109359519","full_name":"didi/cube-ui","owner":"didi","description":":large_orange_diamond: A fantastic mobile ui lib implement by Vue","archived":false,"fork":false,"pushed_at":"2025-04-15T03:35:05.000Z","size":27752,"stargazers_count":9139,"open_issues_count":63,"forks_count":1465,"subscribers_count":212,"default_branch":"dev","last_synced_at":"2025-05-06T14:55:16.586Z","etag":null,"topics":["cube-ui","javascript","ui-library","vue","vue-components","vue-ui"],"latest_commit_sha":null,"homepage":"https://didi.github.io/cube-ui/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/didi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-11-03T06:17:27.000Z","updated_at":"2025-05-06T09:09:50.000Z","dependencies_parsed_at":"2023-01-16T22:16:23.157Z","dependency_job_id":"865c86d9-c06a-495b-9d19-347ee8fc9702","html_url":"https://github.com/didi/cube-ui","commit_stats":{"total_commits":2393,"total_committers":44,"mean_commits":54.38636363636363,"dds":0.4003343083994986,"last_synced_commit":"93353c809682e7ec2d7dd2c4f579fec952d8da2d"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fcube-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fcube-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fcube-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fcube-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/didi","download_url":"https://codeload.github.com/didi/cube-ui/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969231,"owners_count":21992262,"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":["cube-ui","javascript","ui-library","vue","vue-components","vue-ui"],"created_at":"2024-07-31T09:01:09.319Z","updated_at":"2025-05-13T15:08:29.325Z","avatar_url":"https://github.com/didi.png","language":"JavaScript","readme":"\n# cube-ui [![Build Status](https://travis-ci.org/didi/cube-ui.svg?branch=master)](https://travis-ci.org/didi/cube-ui?branch=master) [![codecov.io](http://codecov.io/github/didi/cube-ui/coverage.svg?branch=master)](http://codecov.io/github/didi/cube-ui?branch=master) [![downloads](https://img.shields.io/npm/dm/cube-ui.svg)](https://www.npmjs.com/package/cube-ui)\n\n\u003e A fantastic mobile ui lib implement by Vue.\n\n### Links\n\n- [Home](https://didi.github.io/cube-ui/)\n- [Docs](https://didi.github.io/cube-ui/#/en-US/docs)\n- [Example](https://didi.github.io/cube-ui/example/)\n\n  ![Example QR](./assets/example-qr.png)\n\n- [Application Guide](https://github.com/cube-ui/cube-application-guide)\n\n### Communication\n\n![QQ Community QR](./assets/cube-qq-QR.jpg)\n\n### New cube-ui project ?\n\nRecommend use the [CLI tools](https://github.com/cube-ui/cube-template) base on [vue-cli](https://github.com/vuejs/vue-cli) to init the config and base code:\n\n```shell\n$ vue init cube-ui/cube-template projectname\n```\n\n### Install\n\n```shell\nnpm install cube-ui --save\n```\n\n### Usage\n\n```js\nimport Vue from 'vue'\nimport Cube from 'cube-ui'\n\nVue.use(Cube)\n```\n\n#### Use modularized cube-ui\n\n```js\nimport Vue from 'vue'\nimport {\n  /* eslint-disable no-unused-vars */\n  Style,\n  Button,\n  ActionSheet\n} from 'cube-ui'\n\nVue.use(Button)\nVue.use(ActionSheet)\n```\n\nFor more information, please refer to [Quick Start](https://didi.github.io/cube-ui/#/en-US/docs/quick-start)\n\n\n### Development\n\n```shell\ngit clone git@github.com:didi/cube-ui.git\ncd cube-ui\nnpm install\nnpm run dev\n# or run document development\nnpm run doc-dev\n```\n\n### Changelog\n\nDetailed changes for each release are documented in the [release notes](https://github.com/didi/cube-ui/releases).\n\n### DiDi Open Sources\n\n- [Mpx](https://github.com/didi/mpx): An enhanced miniprogram framework with data reactivity and deep optimizition.\n- [Chameleon](https://github.com/didi/chameleon)/kəˈmiːlɪən/: Unify all platforms(Web/Weex/Mini program) with MVVM. Focus on Write Once Run AnyWhere.\n- [mand-mobile](https://github.com/didi/mand-mobile): A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.\n- [DoraemonKit](https://github.com/didi/DoraemonKit)/'dɔ:ra:'emɔn/: A full-featured App (iOS \u0026 Android) development assistant. You deserve it.\n- [Booster](https://github.com/didi/booster): An easy-to-use, lightweight, powerful and extensible quality optimization toolkit designed specially for mobile applications.\n- [More repos](https://github.com/didi/)\n","funding_links":[],"categories":["JavaScript","Projects List","9. 其他与展望","Languages and frameworks"],"sub_categories":["5. 参考材料","Javascript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidi%2Fcube-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdidi%2Fcube-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidi%2Fcube-ui/lists"}