-
登录微信公众平台 https://mp.weixin.qq.com/,使用邮箱注册帐号;
-
在**“小程序发布流程”中,找到"配置服务器"中的“开发设置”可以查看到自己的AppID(小程序ID)和AppSecret(小程序的密钥)。**
注意事项: 每个邮箱只能申请一个小程序
推荐的工具如下:
- 安装wine环境;
sudo apt-get install wine
sudo apt-get -f install (如果提示出错需要运行时,再运行这一句话)
-
安装微信小程序开发工具
-
安装
- 安装微信小程序开发工具
git clone https://github.com/cytle/wechat_web_devtools.git && cd wechat_web_devtools
cd ~
sudo git clone https://github.com/cytle/wechat_web_devtools.git
cd wechat_web_devtools
./bin/wxdt install # 下载nw.js
注意事项:
No such file or directory
该错误是由 nw.js 下载失败所致,删除缓存,重新下载即可。
rm -rf /path/to/wechat_web_devtools/dist
rm -rf /tmp/wxdt_xsp
- 运行微信小程序开发工具
cd ~/wechat_web_devtools && ./bin/wxdt # 启动程序
- 创建项目
可以点击测试号,生成AppID