hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
281 stars 23 forks source link

weixin mini app: dev notes #123

Open hhstore opened 5 years ago

hhstore commented 5 years ago

开发环境搭建:

Mac平台:

# wexin devtool:
alias wxcli='/Applications/wechatwebdevtools.app/Contents/MacOS/cli'
ζ wxcli -o
Initializing...
IDE service port disabled. To use CLI Call, open IDE -> Settings -> Security Settings, and set Service Port On.
For more details see: https://developers.weixin.qq.com/miniprogram/en/dev/devtools/cli.html
工具的服务端口已关闭。要使用命令行调用工具,请打开工具 -> 设置 -> 安全设置,将服务端口开启。
详细信息: https://developers.weixin.qq.com/miniprogram/dev/devtools/cli.html

设置安全端口:

image