From 040adad366b82be2f53cce33ee3d722c0291013e Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Wed, 19 Oct 2022 16:47:03 +0800 Subject: [PATCH] fix --- doc/miniprogram.md | 75 +++++++++++---- index.html | 225 +++++++++++++++++++++++---------------------- weekly/2.md | 3 + 3 files changed, 175 insertions(+), 128 deletions(-) diff --git a/doc/miniprogram.md b/doc/miniprogram.md index a0dfa25..03b7b7a 100644 --- a/doc/miniprogram.md +++ b/doc/miniprogram.md @@ -2,40 +2,79 @@ [微信官方文档-微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/) -[wechat-miniprogram](https://github.com/wechat-miniprogram) - -[微信小程序开发资源汇总](https://github.com/justjavac/awesome-wechat-weapp) +[小程序扩展组件库](https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/)扩展组件是对小程序内置组件能力的补充,包括一些常见的功能组件,持续补充中。 [稀土掘金-微信小程序](https://juejin.cn/tag/微信小程序) -[kbone](https://wechat-miniprogram.github.io/kbone/docs/) 一个致力于微信小程序和 Web 端同构的解决方案。 +[awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp)  微信小程序开发资源汇总 + +## 开发框架 + +[uni-app](https://uniapp.dcloud.io/) | [github](https://github.com/dcloudio/uni-app)  一个使用 Vue.js 开发小程序、H5、App 的统一前端框架 + + +[WePY](https://github.com/Tencent/wepy)  一款让小程序支持组件化开发的框架 + + +[mpvue](https://mpvue.com/) [github](https://github.com/Meituan-Dianping/mpvue)  一个使用 Vue.js 开发小程序的前端框架。 + + +[kbone](https://wechat-miniprogram.github.io/kbone/docs/) | [github](https://github.com/Tencent/kbone)  一个致力于微信小程序和 Web 端同构的解决方案。 + +[Vue Mini](https://vuemini.org/guide/)| [github](https://github.com/vue-mini/vue-mini)  是一个基于 Vue 3 的小程序开发库,它能让你用 Composition API 写小程序。 + + +## UI 组件库 + +[Vant Weapp](https://vant-contrib.gitee.io/vant-weapp/) | [github](https://github.com/vant-ui/vant-weapp)  有赞前端团队开源,轻量、可靠的小程序 UI 组件库 + +[iView Weapp](https://github.com/TalkingData/iview-weapp)  一套高质量的微信小程序 UI 组件库 + +[Lin UI](https://doc.mini.talelin.com/) | [github](https://github.com/TaleLin/lin-ui)  Lin UI 是基于 微信小程序原生语法 实现的组件库。遵循简洁,易用的设计规范。 + + +[uView UI](https://www.uviewui.com/) | [github](https://github.com/umicro/uView2.0) 是全面兼容 nvue 的 uni-app 生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水 + + ## 开发资源 -[Vant Weapp](https://vant-contrib.gitee.io/vant-weapp/): 有赞前端团队开源,轻量、可靠的小程序 UI 组件库 +[wechat-miniprogram](https://github.com/wechat-miniprogram) -[megalojs](https://megalojs.org/) +[weapp-qrcode](https://github.com/tomfriwel/weapp-qrcode)  微信小程序生成二维码工具 -[mpvue](https://mpvue.com/): 一个使用 Vue.js 开发小程序的前端框架。 -[Vue Mini](https://vuemini.org/guide/) 是一个基于 Vue 3 的小程序开发库,它能让你用 Composition API 写小程序。 +[miniprogram-computed](https://github.com/wechat-miniprogram/computed) 小程序自定义组件扩展 behavior,计算属性 computed 和监听器 watch 的实现。在 data 或者 properties 改变时,会重新计算 computed 字段并触发 watch 监听器。 -[weapp-qrcode](https://github.com/tomfriwel/weapp-qrcode) 微信小程序生成二维码工具 +[mobx-miniprogram-bindings](https://github.com/wechat-miniprogram/mobx-miniprogram-bindings)  小程序的 MobX 绑定辅助库 -[echarts-map](https://github.com/mouday/echarts-map) 包含 echarts 用到的 map 地图文件 +[Day.js](https://day.js.org/zh-CN/) | [github](https://github.com/iamkun/dayjs/)  Moment.js 的 2kB 轻量化方案,拥有同样强大的 API -[uni-app](https://uniapp.dcloud.io/) | [github](https://github.com/dcloudio/uni-app) 一个使用 Vue.js 开发小程序、H5、App的统一前端框架 +[wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)  小程序海报组件-生成朋友圈分享海报并生成图片 -[uView UI](https://www.uviewui.com/): 是全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水 +[wxml-to-canvas](https://github.com/wechat-miniprogram/wxml-to-canvas)  小程序内通过静态模板和样式绘制 canvas ,导出图片,可用于生成分享图等场景 + + +[mp-html](https://github.com/jin-yufeng/mp-html)  一个强大的小程序富文本组件 + +[echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin)  是 Apache ECharts (incubating) 的微信小程序版本 + +[echarts-map](https://github.com/mouday/echarts-map)  包含 echarts 用到的 map 地图文件 + +## 开源项目 + +[wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)  微信小程序商城 + +[Gitter](https://github.com/nslogx/Gitter)  GitHub 微信小程序客户端(Taro 框架 + Taro UI) + +[winxin-app-watch-life.net](https://github.com/iamxjb/winxin-app-watch-life.net)  微慕小程序开源版-WordPress 版微信小程序 -[小程序扩展组件库](https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/)扩展组件是对小程序内置组件能力的补充,包括一些常见的功能组件,持续补充中。 -[wxml-to-canvas](https://github.com/wechat-miniprogram/wxml-to-canvas):小程序内通过静态模板和样式绘制 canvas ,导出图片,可用于生成分享图等场景 +[taro-music](https://github.com/lsqy/taro-music)  基于 taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序 -[miniprogram-computed](https://github.com/wechat-miniprogram/computed) 小程序自定义组件扩展 behavior,计算属性 computed 和监听器 watch 的实现。在 data 或者 properties 改变时,会重新计算 computed 字段并触发 watch 监听器。 +[Bee](https://github.com/woniudiancang/bee)  是一个餐饮点餐商城微信小程序 -[mobx-miniprogram-bindings](https://github.com/wechat-miniprogram/mobx-miniprogram-bindings) 小程序的 MobX 绑定辅助库 -[Day.js](https://day.js.org/zh-CN/) Moment.js 的 2kB 轻量化方案,拥有同样强大的 API +[weapp-library](https://github.com/imageslr/weapp-library)  一个在线借书平台微信小程序 -[Lin UI](https://doc.mini.talelin.com/) Lin UI 是基于 微信小程序原生语法 实现的组件库。遵循简洁,易用的设计规范。 \ No newline at end of file +[Garbage](https://github.com/qi19901212/Garbage)  一个使用小程序云开发的垃圾分类小程序 diff --git a/index.html b/index.html index a5217bc..b3aa6cc 100644 --- a/index.html +++ b/index.html @@ -1,122 +1,128 @@ - -
- + +