# we-vue
**Repository Path**: imvc/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**: http://wevue.org
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 84
- **Created**: 2017-12-15
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
we-vue 是一套基于vue.js 的移动关组件库,结合 weui.css 样式库,封装了一系列组件,非常适于微信公众号等移动端开发。
## [中文文档](http://wevue.org)
## Demo
使用手机扫描或直接点击二维码查看在线示例
## 安装
npm
```shell
$ npm install we-vue -S
```
yarn
```shell
$ yarn add we-vue -S
```
## 开发
1. 克隆代码
```shell
$ git clone https://github.com/tianyong90/we-vue.git
```
2. 安装依赖
```shell
$ cd we-vue && npm install
```
3. 运行本地服务并开发
```shell
$ npm run dev
```
## 参与贡献
如果你有兴趣参与贡献代码或者提出建议,请阅读 [贡献指南](https://github.com/tianyong90/we-vue/blob/master/.github/CONTRIBUTING.md)
## 感谢
本项目大量参考了饿了么前端团队的 [Mint-UI](https://github.com/ElemeFE/mint-ui) 项目,感谢该团队提供的大量前端构建经验和思路。
## License
MIT