首页 > 代码库 > 微信小程序开发

微信小程序开发

1.安装开发者工具(ubantu)

https://github.com/cytle/wechat_web_devtools

参考以上地址按步骤来就可以了

git clone git@github.com:cytle/wechat_web_devtools.git
cd wechat_web_devtools
./bin/wxdt

如果第一句不成功,可以用输入下面的命令

git clone https://github.com/cytle/wechat_web_devtools.git

安装好以后启动

./bin/wxdt  (在webchat_web_devtools目录下)

 

微信小程序开发