All Projects → tianyong90 → We Vue

tianyong90 / We Vue

we-vue, 不只是 vue.js + weui!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to We Vue

One
基于Spring Boot和Vue2开发的前后端分离的后台管理系统
Stars: ✭ 426 (-13.59%)
Mutual labels:  vuejs2
Vue Touch Ripple
👆 Touch ripple component for @vuejs
Stars: ✭ 443 (-10.14%)
Mutual labels:  vuejs2
Vue Mq
📱 💻 Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.
Stars: ✭ 474 (-3.85%)
Mutual labels:  vuejs2
Ngx Weui
WeUI for angular
Stars: ✭ 432 (-12.37%)
Mutual labels:  weui
Luban H5
[WIP]en: web design tool || mobile page builder/editor || mini webflow for mobile page. zh: 类似易企秀的H5制作、建站工具、可视化搭建系统.
Stars: ✭ 4,991 (+912.37%)
Mutual labels:  vuejs2
Vue Chartjs
📊 Vue.js wrapper for Chart.js
Stars: ✭ 4,554 (+823.73%)
Mutual labels:  vuejs2
Vue Weui
(Deprecated) WeUI Components with love of vue.js
Stars: ✭ 414 (-16.02%)
Mutual labels:  weui
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (-2.43%)
Mutual labels:  vuejs2
H5
📃an app which automatically generates HTML5 files.
Stars: ✭ 441 (-10.55%)
Mutual labels:  vuejs2
Douban
Douban book website demo by server side render
Stars: ✭ 468 (-5.07%)
Mutual labels:  vuejs2
Vue Gl
Vue.js components rendering 3D WebGL graphics reactively with three.js
Stars: ✭ 434 (-11.97%)
Mutual labels:  vuejs2
Vue Area Linkage
省市区联动选择: https://dwqs.github.io/vue-area-linkage/
Stars: ✭ 439 (-10.95%)
Mutual labels:  vuejs2
Vue Swatches
🎨 Help the user picking beautiful colors!
Stars: ✭ 456 (-7.51%)
Mutual labels:  vuejs2
Vuet
允许你定义飙车过程的集中式状态管理模式
Stars: ✭ 430 (-12.78%)
Mutual labels:  vuejs2
Vue2 Calendar
vue 2.x calendar component
Stars: ✭ 477 (-3.25%)
Mutual labels:  vuejs2
Vue Json Tree View
A JSON Tree View Component for Vue.js
Stars: ✭ 418 (-15.21%)
Mutual labels:  vuejs2
Vue Drag Drop
A lightweight Vue wrapper that abstracts away the wonkier parts of the Drag and Drop Browser API
Stars: ✭ 444 (-9.94%)
Mutual labels:  vuejs2
Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (-2.23%)
Mutual labels:  vuejs2
Vue Develop Template
A Vue.js template that can support more than 100 thousand lines of code in our business, I hope it can help you too~
Stars: ✭ 481 (-2.43%)
Mutual labels:  vuejs2
Vue Boilerplate Template
🍎 Efficient development of web SPA using Vue.js(2.*) + Webpack + Element-ui + Pwa + Vuex + Vuex-router + Vue-i18n + Dayjs + Lodash.
Stars: ✭ 461 (-6.49%)
Mutual labels:  vuejs2

WeVue, 不止是 Vue.js + weui!

npm

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

特性

  • 35+ 个组件
  • 尽可能全面的单元测试
  • 详细的在线文档和示例
  • 支持 Typescript

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

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

安装

// yarn 推荐
$ yarn add we-vue

// npm
$ npm install we-vue -S

开发

we-vue3.0 版本开始使用 lerna 工具,以 monorepo 模式进行开发,packages 目录下包含了 demo, docs 以及 we-vue 三个包,分别为示例,在线文档和组件库。如果有兴趣参与贡献代码,需要对 lerna 有一定的了解。除此之外,3.0使用 Typescript 对组件包进行了重构,因此也需要一定的 TS 基础。

  1. 克隆代码
// GitHub
$ git clone https://github.com/tianyong90/we-vue.git

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

// 开发在线文档
$ yarn run dev:docs

参与贡献

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

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

感谢

本项目从创建到现在,参考了不少流行的 vue 组件库,其中最主要的有 Mint-UI, 有赞 vant 以及 Vuetify。部分代码移植于这些 MIT 开源项目,同时又涉及大量变动,未及一一标注。在此表示感谢!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].