{"id":13535823,"url":"https://github.com/tianyong90/we-vue","last_synced_at":"2025-04-12T14:58:47.877Z","repository":{"id":39558096,"uuid":"71558166","full_name":"tianyong90/we-vue","owner":"tianyong90","description":"we-vue， 不只是 vue.js + weui!","archived":false,"fork":false,"pushed_at":"2023-01-27T13:28:18.000Z","size":21847,"stargazers_count":484,"open_issues_count":24,"forks_count":119,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-29T18:38:51.861Z","etag":null,"topics":["tsx","typescript","vue","vuejs","vuejs2","weui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tianyong90.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-21T11:08:34.000Z","updated_at":"2024-11-04T02:08:58.000Z","dependencies_parsed_at":"2023-02-15T09:31:39.171Z","dependency_job_id":null,"html_url":"https://github.com/tianyong90/we-vue","commit_stats":null,"previous_names":[],"tags_count":115,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tianyong90%2Fwe-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tianyong90%2Fwe-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tianyong90%2Fwe-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tianyong90%2Fwe-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tianyong90","download_url":"https://codeload.github.com/tianyong90/we-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247953862,"owners_count":21024102,"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":["tsx","typescript","vue","vuejs","vuejs2","weui"],"created_at":"2024-08-01T09:00:29.025Z","updated_at":"2025-04-12T14:58:47.852Z","avatar_url":"https://github.com/tianyong90.png","language":"TypeScript","funding_links":[],"categories":["UI组件"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"120\" height=\"120\" src=\"https://raw.githubusercontent.com/tianyong90/we-vue/master/images/logo.png\"\u003e\n  \u003ch2 align=\"center\"\u003eWeVue, 不止是 Vue.js + weui!\u003c/h2\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/we-vue\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/we-vue.svg\" alt=\"npm\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://circleci.com/gh/tianyong90/we-vue\"\u003e\u003cimg src=\"https://circleci.com/gh/tianyong90/we-vue.svg?style=svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/standard/standard\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/github/tianyong90/we-vue?branch=master\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/tianyong90/we-vue/master.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://makeapullrequest.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nwe-vue 是一套基于 Vue.js 的移动关组件库，结合 weui 官方样式库，封装了一系列组件，适合微信公众号等移动端开发。\n\n## 特性\n\n* 35+ 个组件\n* 尽可能全面的单元测试\n* 详细的在线文档和示例\n* 支持 Typescript\n\n\u003c!-- ### [在线文档（https://wevue.org）](https://wevue.org)\n\n### [在线示例（https://demo.wevue.org）](https://demo.wevue.org) --\u003e\n\n\u003c!-- \u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/tianyong90/we-vue/master/images/qrcode-demo.png\" width=\"180\"\u003e\n\u003c/div\u003e --\u003e\n\n## 安装\n\n```shell\n// yarn 推荐\n$ yarn add we-vue\n\n// npm\n$ npm install we-vue -S\n```\n\n## 开发\n\n**we-vue3.0 版本开始使用 lerna 工具，以 monorepo 模式进行开发，packages 目录下包含了 demo, docs 以及 we-vue 三个包，分别为示例，在线文档和组件库。如果有兴趣参与贡献代码，需要对 lerna 有一定的了解。除此之外，3.0使用 Typescript 对组件包进行了重构，因此也需要一定的 TS 基础。**\n\n1. 克隆代码\n\n```shell\n// GitHub\n$ git clone https://github.com/tianyong90/we-vue.git\n\n// 码云（为方便国内用户，本项目也托管到码云，码云仅作定期同步，不保证代码为最新）\n$ git clone https://gitee.com/tianyong/we-vue.git\n```\n\n2. 安装依赖\n\n```shell\n$ cd we-vue \u0026\u0026 lerna bootstrap\n```\n\n3. 运行本地服务并开发\n\n```shell\n// 开发组件及 demo\n$ yarn run dev\n\n// 开发在线文档\n$ yarn run dev:docs\n```\n\n## 参与贡献\n\n对于对本项目作出过贡献的朋友表示诚挚的感谢！同时也感谢提出过建议或反馈 Bug 的朋友。:smile:\n\n\u003ca href=\"https://github.com/tianyong90/we-vue/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/we-vue/contributors.svg?width=890\" /\u003e\u003c/a\u003e\n\n\n如果你有兴趣参与贡献代码或者提出建议，请阅读 [贡献指南](.github/CONTRIBUTING.md)\n\n## 感谢\n\n本项目从创建到现在，参考了不少流行的 vue 组件库，其中最主要的有 Mint-UI, 有赞 vant 以及 Vuetify。部分代码移植于这些 MIT 开源项目，同时又涉及大量变动，未及一一标注。在此表示感谢！\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftianyong90%2Fwe-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftianyong90%2Fwe-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftianyong90%2Fwe-vue/lists"}