写了一段时间原生之后,慵懒的你肯定想开始尝试一些框架了。
这时候先看看大家的测评:
之后选定一款。
试用一下Wepy、Omi、Kbone
Kbone:
云端运行环境为 Node.js,开发时请安装 Node.js 和 npm。
使用云开发需在云函数目录中安装 wx-server-sdk 依赖:
$ npm install --save wx-server-sdk
https://github.com/wechat-miniprogram/kbone-template-vue
小程序页面数据分析:
https://mta.qq.com/wechat_mini/manage/ctr_sdk_help?app_id=1
VS code:
远程开发:
https://code.visualstudio.com/docs/remote/remote-tutorials
如果说你确实习惯了在Windows下开发,或者说需要开发多端,那么利用Win10的WSL功能,
把VSC remote到WSL下,进行开发,也可以获得接近Linux原生开发的体验。
https://code.visualstudio.com/docs/remote/wsl
https://code.visualstudio.com/docs/remote/wsl#_getting-started
https://code.visualstudio.com/remote-tutorials/wsl/edit-and-debug
课程路径:
小程序开发起步? - 微信开放社区 https://developers.weixin.qq.com/community/business/doc/000264e20a0dd8e69669b609451c0d
Tips:
1. 注意用HBuilder打开小程序模拟器的时候,要把微信开发者工具里的服务器打开功能先开启;
2. 注意微信小程序开发工具中的响应式像素rpx和uni-app的upx;
# 小程序官方文档需要阅读的细节:
npm环境:
https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html
小程序内搜索:
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/search/search.siteSearch.html
To Search:
自动化集成布署