微信开发者工具命令行调用
官方地址:https://developers.weixin.qq.com/miniprogram/dev/devtools/cli.html
个人实践:
1、开启服务端口
2、终端使用命令行
/Applications/wechatwebdevtools.app/Contents/MacOS/cli login --project /Users/abc/Desktop/weix
安装命令:
npm i tt-ide-cli -g
使用命令:
tma preview -s /Users/abc/Desktop/tt
百度开发者工具
官方地址:https://smartprogram.baidu.com/docs/develop/devtools/commandtool/
安装命令:
npm i swan-toolkit -g