{"id":21823919,"url":"https://github.com/yiiu/everyone","last_synced_at":"2025-07-27T13:07:52.853Z","repository":{"id":57231450,"uuid":"69575010","full_name":"Yiiu/everyone","owner":"Yiiu","description":"🍊Ant Design UI library for Vuejs 2.0","archived":false,"fork":false,"pushed_at":"2017-04-02T13:33:00.000Z","size":9971,"stargazers_count":37,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-23T21:16:59.800Z","etag":null,"topics":["antd","css","javascript","vue-components","vue2"],"latest_commit_sha":null,"homepage":"https://yiiu.github.io/everyone/","language":"Vue","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/Yiiu.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":"2016-09-29T14:23:12.000Z","updated_at":"2023-04-20T10:19:26.000Z","dependencies_parsed_at":"2022-09-06T22:21:50.793Z","dependency_job_id":null,"html_url":"https://github.com/Yiiu/everyone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yiiu/everyone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiiu%2Feveryone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiiu%2Feveryone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiiu%2Feveryone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiiu%2Feveryone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yiiu","download_url":"https://codeload.github.com/Yiiu/everyone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiiu%2Feveryone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267361499,"owners_count":24074942,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["antd","css","javascript","vue-components","vue2"],"created_at":"2024-11-27T17:38:47.326Z","updated_at":"2025-07-27T13:07:52.807Z","avatar_url":"https://github.com/Yiiu.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# everyone\n\n\u003e Ant Design UI library for Vuejs 2.0\n\n[![build](https://img.shields.io/wercker/ci/wercker/docs.svg?style=flat-square)](https://www.npmjs.com/package/everyone)\n[![build](https://img.shields.io/badge/npm-v1.2.4-blue.svg?style=flat-square)](https://www.npmjs.com/package/everyone)\n[![build](https://img.shields.io/badge/Vue-2.0-blue.svg?style=flat-square)](https://www.npmjs.com/package/everyone)\n[![build](https://img.shields.io/npm/l/express.svg?style=flat-square)](https://www.npmjs.com/package/everyone)\n\n# Install\n\n```bash\n$ npm install -save everyone\n```\n\n## Links\n\n- [Home Page](https://yiiu.github.io/everyone/#/)\n\n## Usage\n\n### Use all component\n\n```js\nimport Vue from 'vue'\nimport everyone from 'everyone'\t// 引入组件\nVue.use(everyone)\n```\nAnd import style manually:\n\n```js\nimport 'everyone/dist/everyone.css'\t// 引入css文件\n```\n\n### Use one component\n\n- webpack.base.conf.js\n\n\t```js\n\t{\n\t    module: {\n\t        loaders: [\n\t            {\n\t                test: /everyone.src.*?js$/,\n\t                loader: 'babel'\n\t            }\n\t        ]\n\t    },\n\t    resolve: {\n\t        alias: {\n\t            'everyone-ui': 'everyone/components'\n\t        }\n\t    }\n\t}\n\t```\n\n- Manually import\n\n\t```js\n\timport Vue from 'vue'\n\timport button from 'everyone-ui/button'\n\t// ..\n\tVue.component(button.name, button)\n\t```\n\n\n### happy use\n\n```html\n\u003cy-button type=\"dashed\"\u003e一个按钮\u003c/y-button\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiiu%2Feveryone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyiiu%2Feveryone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiiu%2Feveryone/lists"}