https://github.com/zhaotoday/mini-program
微信小程序资料收集。
https://github.com/zhaotoday/mini-program
awsome mini-program wechat
Last synced: 3 months ago
JSON representation
微信小程序资料收集。
- Host: GitHub
- URL: https://github.com/zhaotoday/mini-program
- Owner: zhaotoday
- Created: 2016-11-09T08:31:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T14:18:59.000Z (over 6 years ago)
- Last Synced: 2025-02-26T03:36:04.041Z (4 months ago)
- Topics: awsome, mini-program, wechat
- Homepage: https://www.mini-program.cn/
- Size: 40 KB
- Stars: 111
- Watchers: 10
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 介绍
#### 小程序是什么
- 定义:小程序是一种全新的连接用户与服务的方式,它可以在微信内被便捷地获取和传播,同时具有出色的使用体验;
- 特点:无需安装、触手可及、用完即走、无需卸载;
- 英文:mini program。(注:应用、App 之类的词被苹果公司和谐)#### 有趣的比喻
- App 就像原配,一年用不了几次;
- 服务号就像小三,每个月固定用几次;
- 小程序就像炮友,用完即走。#### 运行环境
| 运行环境 | 逻辑层 | 渲染层 |
| --- | --- | --- |
| iOS | JavaScriptCore | WKWebView |
| 安卓 | X5 JSCore | X5浏览器 |
| 小程序开发者工具 | NWJS | Chrome WebView |## 网址
#### 官方材料
- [微信公众平台](https://mp.weixin.qq.com/)
- [微信小程序简易教程](https://mp.weixin.qq.com/debug/wxadoc/dev/index.html)
- [微信小程序开发者社区](https://developers.weixin.qq.com/)
- [微信小程序常见 Q&A 官方](https://developers.weixin.qq.com/blogdetail?action=get_post_info&lang=zh_CN&token=&docid=0008ec49d849681c05866d9a957008)
- [微信小程序开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/devtools.html?t=20161122)
- [微信小程序开发助手](https://developers.weixin.qq.com/miniprogram/dev/devtools/mydev.html)
- [小程序·云开发解决方案](https://cloud.tencent.com/solution/la)
- [小程序微信登录能力调整](https://developers.weixin.qq.com/community/develop/doc/0006026b3c83c0e244573a0025bc08)
- [常见拒绝情形](https://developers.weixin.qq.com/miniprogram/product/reject.html)
- [微信小程序设计指南](https://developers.weixin.qq.com/miniprogram/design/)
- [微信开放社区](https://developers.weixin.qq.com/)#### 推荐网站
- [第九程序](http://9.cn)
- [微信小程序联盟](http://www.wxapp-union.com/)#### 导航
- [小程序商店](http://xcx.9.cn)
- [小程序商店](http://www.91ud.com/)
- [小程序窝](http://www.xcxwo.com/)
- [微信小程序导航](http://www.w3cschool.cn/miniapp)
- [小程序应用商店](http://www.51westore.com/)
- [知晓程序](https://minapp.com/miniapp/)
- [微信小程序大全](http://www.duba.com/wxapp/)
- [小程序商店](http://www.xcx.la/)## 开发资源
#### 框架
- [mpvue](https://github.com/Meituan-Dianping/mpvue)
- [WePY](https://github.com/Tencent/wepy)
- [Taro](https://github.com/NervJS/taro-ui)
- [uni-app](https://github.com/dcloudio/uni-app)
- [Wafer](https://github.com/tencentyun/wafer)#### UI 库
- [Vant Weapp](https://youzan.github.io/vant-weapp/#/intro)
- [iView Weapp](https://weapp.iviewui.com)
- [Wux Weapp](https://wux-weapp.github.io/wux-weapp-docs/#/)
- [MinUI](https://meili.github.io/min/docs/minui/index.html)
- [weui-wxss](https://github.com/weui/weui-wxss)
- [Color UI](https://github.com/weilanwl/ColorUI)#### 工具
- [微信小程序可视化设计工具](http://www.coolsite360.com/wxapp/)
- [腾讯云 - 微信小程序解决方案](https://www.qcloud.com/solution/la.html)
- [腾讯云 - 小程序配置指引、升级方案](https://github.com/tencentyun/weapp-doc)#### GitHub
- [微信小程序开发资源汇总](https://github.com/justjavac/awesome-wechat-weapp)
- [微信小程序开源项目库汇总](https://github.com/opendigg/awesome-github-wechat-weapp)
- [mpvue中无缝接入Vant Weapp组件库](https://github.com/xxxsimons/mpvue-vant)#### 文章
- [微信小程序之生成图片分享](https://www.jianshu.com/p/ceb42fe76e77)