└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # weixin-xiaochengxu666-info-小程序开发干货汇总 2 | 3 | weixin-xiaochengxu666-info 第一初版 是由[OpenDigg]整理的微信小程序开源项目库集合。 4 | 5 | 小北 二次整理分享,以此声明。 6 | 7 | 如果收录的项目有错误,可以通过[issue]反馈给我。这里的项目Star数不是实时更新的,一般是一周更新一次。 8 | 9 | ******** 10 | 可能是最帅的公众号-前端你别闹(webunao) 11 | 12 | 认真生活 、快乐工作 13 | 14 | ![image.png](https://mmbiz.qpic.cn/mmbiz_jpg/MYDsergzqQkOviaBusrQCFpvzB8v4CD6BtpsG2UODIl0Af2kgrt8BiabR2uoLjQFIv54wT0rVPnkjEtDtibcYeibtg/640?wx_fmt=jpeg&tp=webp&wxfrom=5&wx_lazy=1) 15 | 16 | ******** 17 | 18 | # 内容 19 | 20 | - [UI组件](#UI组件) 21 | - [开发框架](#开发框架) 22 | - [实用库](#实用库) 23 | - [开发工具](#开发工具) 24 | - [服务端](#服务端) 25 | - [项目实例](#项目实例) 26 | - [Demo](#Demo) 27 | 28 | ## UI组件 29 | 30 | - [weui-wxss](https://github.com/weui/weui-wxss) ★1873 - 同微信原生视觉体验一致的基础样式库 31 | - [zanui-weapp](https://github.com/youzan/zanui-weapp) ★794 - 好用易扩展的小程序 UI 库 32 | - [wx-charts](https://github.com/xiaolin3303/wx-charts) ★449 - 微信小程序图表工具 33 | - [Wa-UI](https://github.com/liujians/Wa-UI) ★164 - 针对微信小程序整合的一套UI库 34 | - [wux](https://github.com/skyvow/wux) ★163 - 微信小程序自定义组件 35 | - [wemark](https://github.com/TooBug/wemark) ★161 - 微信小程序Markdown渲染库 36 | - [wxapp](https://github.com/youzouzou/wxapp) ★131 - 微信小程序组件 37 | - [wx-scrollable-tab-view](https://github.com/zhongjie-chen/wx-scrollable-tab-view) ★116 - 小程序可滑动得tabview 38 | - [wxapp-img-loader](https://github.com/o2team/wxapp-img-loader) ★101 - 微信小程序的图片预加载组件 39 | - [WeZRender](https://github.com/guyoung/WeZRender) ★96 - 微信小程序Canvas增强组件 40 | - [wetoast](https://github.com/kiinlam/wetoast) ★77 - 仿照微信小程序提供的showToast功能 41 | - [wx-alphabetical-listview](https://github.com/zhongjie-chen/wx-alphabetical-listview) ★71 - 带字母可滑动的列表小程序 42 | - [wx-drawer](https://github.com/zhongjie-chen/wx-drawer) ★70 - 小程序模仿QQ6侧滑菜单 43 | - [wxSearch](https://github.com/icindy/wxSearch) ★70 - 微信小程序优雅的搜索框 44 | - [wx_calendar](https://github.com/treadpit/wx_calendar) ★65 - 小程序日历 45 | - [wxapp-charts](https://github.com/hawx1993/wxapp-charts) ★52 - 微信小程序图表charts组件 46 | - [chartjs-wechat-mini-app](https://github.com/xiabingwu/chartjs-wechat-mini-app) ★42 - chartjs微信小程序适配 47 | - [citySelect](https://github.com/chenjinxinlove/citySelect) ★42 - 微信小程序城市选择器 48 | - [WeiXinProject](https://github.com/lidong1665/WeiXinProject) ★36 - 列表的上拉刷新和上拉加载 49 | - [wepy-com-charts](https://github.com/CalvinHong/wepy-com-charts) ★20 - 微信小程序wepyjs图表控件 50 | - [WechatLoading](https://github.com/qq273681448/WechatLoading) ★14 - 加载框布局LoadingView 51 | - [wxTabs](https://github.com/hss01248/wxTabs) ★13 - 微信小程序的多tab实现 52 | - [wxapp-lock](https://github.com/demi520/wxapp-lock) ★12 - 微信小程序手势解锁 53 | 54 | ## 开发框架 55 | 56 | - [mpvue](https://github.com/Meituan-Dianping/mpvue) ★6425 - 基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。vue人士福利 57 | 58 | - [wepy](https://github.com/wepyjs/wepy) ★1325 - 小程序组件化开发框架 59 | - [Labrador](https://github.com/maichong/labrador) ★785 - 微信小程序模块化开发框架 60 | - [wxapp-devFrame](https://github.com/hss01248/wxapp-devFrame) ★49 - 小程序基本的开发框架 61 | 62 | ## 实用库 63 | 64 | - [wxParse](https://github.com/icindy/wxParse) ★1107 - 微信小程序富文本解析自定义组件 65 | - [wechat-weapp-redux](https://github.com/charleyw/wechat-weapp-redux) ★189 - 微信小程序Redux绑定 66 | - [wxapp-socket-io](https://github.com/fanweixiao/wxapp-socket-io) ★123 - 微信小程序的SocketIO客户端 67 | - [wafer-client-sdk](https://github.com/tencentyun/weapp-client-sdk) ★94 - 微信小程序客户端腾讯云增强 SDK 68 | - [WxNotificationCenter](https://github.com/icindy/WxNotificationCenter) ★86 - 微信小程序通知广播模式类 69 | - [wilddog-weapp](https://github.com/WildDogTeam/wilddog-weapp) ★67 - 野狗微信小程序客户SDK 70 | - [wx-query](https://github.com/stephenml/wx-query) ★62 - 微信小程序仿jQuery插件 71 | - [wxapp-google-analytics](https://github.com/rchunping/wxapp-google-analytics) ★59 - 让微信小程序支持谷歌统计 72 | - [wxapp-jsapi](https://github.com/baidumapapi/wxapp-jsapi) ★49 - 百度地图微信小程序 73 | - [wxstream](https://github.com/wpcfan/wxstream) ★19 - 微信小程序的响应式编程类库封装 74 | - [upyun-wxapp-sdk](https://github.com/upyun/upyun-wxapp-sdk) ★16 - 又拍云微信小程序 75 | 76 | ## 开发工具 77 | 78 | - [wept](https://github.com/chemzqm/wept) ★1097 - 实时微信小程序开发工具 79 | - [weapp-quick](https://github.com/phodal/weapp-quick) ★320 - “微信Web开发者”拷贝工具 80 | - [Wxapp.vim](https://github.com/chemzqm/wxapp.vim) ★213 - 微信小程序开发 Vim 插件 81 | - [wechat_web_devtools](https://github.com/yuan1994/wechat_web_devtools) ★179 - 微信开发者工具Linux版 82 | - [miniapps](https://github.com/DDFE/miniapps) ★131 - 小程序项目脚手架工具 83 | - [Matchmaker](https://github.com/lypeer/Matchmaker) ★107 - 专为微信小程序开发的插件 84 | - [wecos](https://github.com/tencentyun/wecos) ★64 - 微信小程序 COS 瘦身解决方案 85 | 86 | ## 服务端 87 | 88 | - [m-mall-admin](https://github.com/skyvow/m-mall-admin) ★137 - 创建REST API的样板应用 89 | - [NAMI](https://github.com/wodenwang/nami) ★79 - 专为小程序而生的服务端开发容器 90 | - [weapp-node-server-demo](https://github.com/tencentyun/weapp-node-server-demo) ★72 - Wafer 服务端 Demo 91 | - [Wafer 服务端 SDK - Java](https://github.com/tencentyun/weapp-java-server-sdk) ★67 - 企业级微信小程序全栈方案 92 | - [xpmjs](https://github.com/XpmJS/xpmjs) ★67 - 小程序云端增强 SDK 93 | - [weapp-php-server-sdk](https://github.com/tencentyun/weapp-php-server-sdk) ★42 - 腾讯云微信小程序云端解决方案 94 | 95 | ## 项目实例 96 | 97 | - [wecqupt](https://github.com/lanshan-studio/wecqupt) ★255 - 在微信内被便捷地获取和传播 98 | - [豆瓣电影项目](https://github.com/songhaoreact/豆瓣电影项目) ★118 - 微信小程序豆瓣电影项目 99 | - [miemie](https://github.com/airingursb/miemie) ★28 - 微信小程序咩咩单词 100 | - [hellspawn-hunter-weapp](https://github.com/bluedazzle/hellspawn-hunter-weapp) ★25 - 阴阳师妖怪搜索小程序 101 | 102 | ## Demo 103 | 104 | - [weapp-demo](https://github.com/zce/weapp-demo) ★1086 - 仿豆瓣电影微信小程序 105 | - [wechat-weapp-mall](https://github.com/liuxuanqiang/wechat-weapp-mall) ★750 - 微信小程序移动端商城 106 | - [wechat-weapp-gank](https://github.com/lypeer/wechat-weapp-gank) ★604 - Gank微信小程序 107 | - [SmallAppForQQ](https://github.com/xiehui999/SmallAppForQQ) ★561 - 微信小程序高仿QQ应用 108 | - [weapp-wechat-zhihu](https://github.com/RebeccaHanjw/weapp-wechat-zhihu) ★518 - 微信中的知乎 109 | - [m-mall](https://github.com/skyvow/m-mall) ★328 - 实现一个移动端小商城 110 | - [仿芒果TV](https://github.com/web-Marker/wechat-Development) ★326 - 微信小程序demo 111 | - [weChatApp-Run](https://github.com/alanwangmodify/weChatApp-Run) ★265 - 跑步微信小程序Demo 112 | - [wechat-v2ex](https://github.com/jectychen/wechat-v2ex) ★235 - 简单的v2ex微信小程序 113 | - [腾讯云微信小程序](https://github.com/tencentyun/weapp-client-demo) ★234 - 一站式解决方案客户端示例 114 | - [weapp-weipiao](https://github.com/wangmingjob/weapp-weipiao) ★234 - 微信小程序-微票 115 | - [wechat-weapp-taobao](https://github.com/ChangQing666/wechat-weapp-taobao) ★227 - 微信小程序demo 仿手机淘宝 116 | - [weapp-boilerplate](https://github.com/zce/weapp-boilerplate) ★220 - 一个为微信小程序开发准备的基础骨架 117 | - [wechat_mall_applet](https://github.com/bayetech/wechat_mall_applet) ★201 - 巴爷微信商城的简单版本 118 | - [wechat-weapp-movie](https://github.com/yesifeng/wechat-weapp-movie) ★182 - 微信小程序 - 电影推荐 119 | - [wechat-app-zhihudaily](https://github.com/myronliu347/wechat-app-zhihudaily) ★173 - 微信小程序-知乎日报 120 | - [wechat-app-music](https://github.com/eyasliu/wechat-app-music) ★153 - 微信小程序: 音乐播放器 121 | - [fenda-mock](https://github.com/davedavehong/fenda-mock) ★153 - 使用微信小程序实现分答这款APP的基础功能 122 | - [wechat-weapp-mapdemo](https://github.com/giscafer/wechat-weapp-mapdemo) ★152 - 微信小程序开发demo-地图定位 123 | - [Artand](https://github.com/SuperKieran/weapp-artand) ★123 - 微信小程序 124 | - [weapp-douban-film](https://github.com/hingsir/weapp-douban-film) ★112 - 微信小程序 - 豆瓣电影 125 | - [wepy-wechat-demo](https://github.com/wepyjs/wepy-wechat-demo) ★105 - wepy仿微信聊天界面 126 | - [weapp-one](https://github.com/ahonn/weapp-one) ★104 - 仿 「ONE · 一个」 的微信小程序 127 | - [wechat-weapp-redux-todos](https://github.com/charleyw/wechat-weapp-redux-todos) ★102 - 微信小程序集成Redux实现的Todo list 128 | - [weapp-zhihulive](https://github.com/dongweiming/weapp-zhihulive) ★98 - 基于Zhihu Live数据的微信小程序 129 | - [BearDiary](https://github.com/harveyqing/BearDiary) ★97 - 微信小程序之小熊の日记 130 | - [netmusic-app](https://github.com/sqaiyan/netmusic-app) ★95 - 仿网易云音乐APP的微信小程序 131 | - [wxflex](https://github.com/icindy/wxflex) ★75 - 微信小程序的Flex布局demo 132 | - [番茄时钟](https://github.com/kraaas/timer) ★75 - 番茄时钟微信小程序版 133 | - [weapp-node-server-demo](https://github.com/tencentyun/weapp-node-server-demo) ★72 - Wafer 服务端 Demo 134 | - [wechat-chat](https://github.com/ericzyh/wechat-chat) ★71 - 微信小程序版聊天室 135 | - [wxapp-sCalc](https://github.com/dunizb/wxapp-sCalc) ★66 - 微信小程序版简易计算器,适合入门练手 136 | - [weapp-demo-session](https://github.com/CFETeam/weapp-demo-session) ★66 - 微信小程序示例一笔到底 137 | - [weapp-demo-breadtrip](https://github.com/romoo/weapp-demo-breadtrip) ★62 - 基于面包旅行 API 制作的微信小程序示例 138 | - [wechatapp-news-reader](https://github.com/vace/wechatapp-news-reader) ★59 - 新闻阅读器 139 | - [wechat-weapp-demo](https://github.com/SeptemberMaples/wechat-weapp-demo) ★58 - 一个简单的微信小程序购物车DEMO 140 | - [weapp-newsapp](https://github.com/hijiangtao/weapp-newsapp) ★57 - 微信小程序-公众号热门文章信息流 141 | - [weapp-girls](https://github.com/litt1e-p/weapp-girls) ★56 - 通过Node.js实现的妹子照片爬虫微信小程序 142 | - [wechat-app-flexlayout](https://github.com/hardog/wechat-app-flexlayout) ★55 - 从FlexLayout布局开始学习微信小程序 143 | - [wxapp-hiapp](https://github.com/BelinChung/wxapp-hiapp) ★52 - HiApp 微信小程序版 144 | - [weapp-github](https://github.com/zhengxiaowai/weapp-github) ★50 - 微信小程序的简单尝试 145 | - [bookbox-wxapp](https://github.com/ToadWoo/bookbox-wxapp) ★37 - 集美大学图书馆的便捷工具 146 | - [WeChatMeiZhi](https://github.com/brucevanfdm/WeChatMeiZhi) ★36 - 微信小程序版妹纸图 147 | - [weapp-V2ex](https://github.com/bestony/weapp-V2ex) ★36 - V2ex 微信小程序版 148 | - [WXBaiSi](https://github.com/SureZhangHW/WXBaiSi) ★34 - 微信小程序仿百思不得姐 149 | - [wx-audio](https://github.com/xingbofeng/wx-audio) ★33 - 微信小程序音乐播放器应用 150 | - [wxapp-2048](https://github.com/natee/wxapp-2048) ★32 - 微信小程序2048 151 | - [weapp-500px](https://github.com/fluency03/weapp-500px) ★32 - 微信小程序 152 | - [yiyaowang-wx](https://github.com/jiabinxu/yiyaowang-wx) ★31 - 医药网原生APP的微信小程序DEMO 153 | - [wxreading](https://github.com/gxmzjxk/wxreading) ★28 - 微信小程序跟读 154 | - [WxMasonry](https://github.com/icindy/WxMasonry) ★27 - 微信小程序瀑布流布局模式 155 | - [weapp](https://github.com/kunkun12/weapp) ★26 - 小程序 hello world 尝鲜 156 | - [WechatApp-BaisiSister](https://github.com/Symous/WechatApp-BaisiSister) ★26 - 微信小程序版百思不得姐 157 | - [wechat-app-xiaoyima](https://github.com/iamjs1/wechat-app-xiaoyima) ★26 - 仿大姨妈的微信小程序 158 | - [WeChat_ayibang](https://github.com/Sukura7/WeChat_ayibang) ★25 - 微信小程序仿阿姨帮 159 | - [hotapp-notepad](https://github.com/hotapp888/hotapp-notepad) ★25 - 微信小程序HotApp云笔记 160 | - [wechatApp-netease_cloudmusic](https://github.com/MengZhaoFly/wechatApp-netease_cloudmusic) ★22 - 小程序模仿——网易云音乐 161 | - [wxapp-mall](https://github.com/lin-xin/wxapp-mall) ★22 - 微信小程序商城demo 162 | - [wx-mime](https://github.com/jsongo/wx-mime) ★20 - 微信小程序版的扫雷 163 | - [PigRaising](https://github.com/SeaHub/PigRaising) ★20 - 专注管理时间的微信小程序 164 | - [GankCamp-WechatAPP](https://github.com/iwgang/GankCamp-WechatAPP) ★19 - 微信小程序版干货集中营 165 | - [weapp-lolgame](https://github.com/xiaowenxia/weapp-lolgame) ★18 - 英雄联盟(LOL)战绩查询 166 | - [wxSortPickerView](https://github.com/icindy/wxSortPickerView) ★17 - 微信小程序首字母排序选择表 167 | - [weapp-douban-movie](https://github.com/David-Guo/weapp-douban-movie) ★17 - 微信小程序版豆瓣电影 168 | - [WexinApp_1024](https://github.com/RedLove/WexinApp_1024) ★16 - 简单的实现了1024的游戏规则 169 | - [wechat-app-githubfeed](https://github.com/uniquexiaobai/wechat-app-githubfeed) ★14 - 微信小程序试玩 170 | - [doule](https://github.com/mkxiansheng/doule) ★14 - 微信小程序逗乐 171 | - [wxApp](https://github.com/Gavin-YYC/wxApp) ★14 - 一步步开发微信小程序 172 | - [wx-mina-meteor](https://github.com/leijing7/wx-mina-meteor) ★14 - 一个 meteor 的 React todo list 例子 173 | - [caipu_weixin](https://github.com/bestTao/caipu_weixin) ★12 - 微信小程序健康菜谱 174 | - [jspapa-wx](https://github.com/biggerV/jspapa-wx) ★12 - jspapa微信小程序版本 175 | - [CNodeJs-WXAPP](https://github.com/Shaman05/CNodeJs-WXAPP) ★12 - 微信小程序版的CNodeJs中文社区 176 | - [weapp-LeanCloud](https://github.com/bestony/weapp-LeanCloud) ★12 - LeanCloud 的微信小程序用户登陆Demo 177 | - [wejoke](https://github.com/zszdevelop/wejoke) ★11 - 微笑话微信小程序 178 | - [liwushuoapp](https://github.com/chongbenben/liwushuoapp) ★11 - 微信小程序开发的App 179 | - [weapp-sportsnews](https://github.com/havenxie/weapp-sportsnews) ★8 - 体育新闻微信小程序 180 | - [labrador_mobx_example](https://github.com/spacedragon/labrador_mobx_example) ★4 - 基于Labrador和mobx构建的小程序开发demo 181 | 182 | 欢迎扫码关注我 183 | ![image.png](https://mmbiz.qpic.cn/mmbiz_jpg/MYDsergzqQkOviaBusrQCFpvzB8v4CD6BtpsG2UODIl0Af2kgrt8BiabR2uoLjQFIv54wT0rVPnkjEtDtibcYeibtg/640?wx_fmt=jpeg&tp=webp&wxfrom=5&wx_lazy=1) 184 | 185 | --------------------------------------------------------------------------------