we-vue
TypeScript icon, indicating that this package has built-in type declarations

2.3.3 • Public • Published

npm

we-vue 是一套基于 Vue.js 的移动关组件库,结合 weui.css 样式库,封装了一系列组件,非常适于微信公众号等移动端开发。

特性

  • 35+ 个组件
  • 单元测试覆盖率超 98%
  • 支持 babel-plugin-import
  • 完善的在线文档
  • 详细的在线示例

在线文档(https://wevue.org)

在线示例(https://demo.wevue.org)

安装

// yarn 推荐
$ yarn add we-vue
 
// npm
$ npm install we-vue -S

开发

  1. 克隆代码
// GitHub
$ git clone https://github.com/tianyong90/we-vue.git
 
// 码云(为方便国内用户,本项目也托管到码云,码云仅作定期同步,不保证代码为最新)
$ git clone https://gitee.com/tianyong/we-vue.git
  1. 安装依赖
cd we-vue && yarn install
 
// 或
cd we-vue && npm install
  1. 运行本地服务并开发
// 开发组件及 demo
$ npm run dev
 
// 开发在线文档
$ npm run dev:docs

参与贡献

对于对本项目作出过贡献的朋友表示诚挚的感谢!同时也感谢提出过建议或反馈 Bug 的朋友。

如果你有兴趣参与贡献代码或者提出建议,请阅读 贡献指南

感谢

本项目大量参考了饿了么前端团队的 Mint-UI 项目,感谢该团队提供的大量前端构建经验和思路。

License

MIT

Package Sidebar

Install

npm i we-vue

Homepage

wevue.org

Weekly Downloads

13

Version

2.3.3

License

MIT

Unpacked Size

736 kB

Total Files

155

Last publish

Collaborators

  • tianyong90