# we-vue **Repository Path**: sc-chenyj/we-vue ## Basic Information - **Project Name**: we-vue - **Description**: 一套灵活高效的组件库, weui1.x + vuejs2.x + webpack2.x。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://wevue.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 84 - **Created**: 2018-06-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

npm

we-vue 是一套基于 Vue.js 的移动关组件库,结合 weui.css 样式库,封装了一系列组件,非常适于微信公众号等移动端开发。 ## 特性 * 35+ 个组件 * 单元测试覆盖率超 98% * 支持 `babel-plugin-import` * 完善的在线文档 * 详细的在线示例 ### [在线文档(https://wevue.org)](https://wevue.org) ### [在线示例(https://demo.wevue.org)](https://demo.wevue.org)
## 安装 ```shell // yarn 推荐 $ yarn add we-vue -S // npm $ npm install we-vue -S ``` ## 开发 1. 克隆代码 ```shell // GitHub $ git clone https://github.com/tianyong90/we-vue.git // 码云(为方便国内用户,本项目也托管到码云,码云仅作定期同步,不保证代码为最新) $ git clone https://gitee.com/tianyong/we-vue.git ``` 2. 安装依赖 ```shell $ cd we-vue && yarn install // 或 $ cd we-vue && npm install ``` 3. 运行本地服务并开发 ```shell // 开发组件及 demo $ npm run dev // 开发在线文档 $ npm run dev:docs ``` ## 参与贡献 对于对本项目作出过贡献的朋友表示诚挚的感谢!同时也感谢提出过建议或反馈 Bug 的朋友。 如果你有兴趣参与贡献代码或者提出建议,请阅读 [贡献指南](.github/CONTRIBUTING.md) ## 感谢 本项目大量参考了饿了么前端团队的 [Mint-UI](https://github.com/ElemeFE/mint-ui) 项目,感谢该团队提供的大量前端构建经验和思路。 ## License MIT