1. 微信小程序的开发流程
2. 注册小程序
小程序注册页:https://mp.weixin.qq.com/wxopen/waregister?action=step1
如已注册,直接登录 小程序后台 https://mp.weixin.qq.com/ 即可。
在小程序后台的 【开发管理】→ 【开发设置】下可以查看AppID,即小程序ID。
下载开发者工具
开发者工具下载页:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 选择合适的工具下载安装。
hello world
创建一个新的小程序,填写AppID
点击 “确定”
文件区已经生成了一些默认文件,.js , .json, .whtml 等。
小程序的代码构成:https://developers.weixin.qq.com/miniprogram/dev/framework/quickstart/code.html
然后呢?怎么调试?怎么安装?
参考
[1] 微信小程序:https://mp.weixin.qq.com/cgi-bin/wx?token=&lang=zh_CN