微信小程序,开始第一天。安装

1,下载微信小程序开发工具0.9.0版本html

2,下载js 破解文件   https://github.com/gavinkwoe/weapp-ide-crack  包里面会有替换说明git

3,替换破解文件。github

* Windows:web

    * \package.nw\app\dist\components\create\createstep.js小程序

    * \package.nw\app\dist\stroes\projectStores.js 或 \package.nw\app\dist\stores\projectStores.js (0.9.092300以后版本)微信小程序

    * \package.nw\app\dist\weapp\appservice\asdebug.js微信

  * Mac:app

    * /Resources/app.nw/app/dist/components/create/createstep.jside

    * /Resources/app.nw/app/dist/stroes/projectStores.js 或 /Resources/app.nw/app/dist/stroes/projectStores.js (0.9.092300以后版本)工具

    * /Resources/app.nw/app/dist/weapp/appservice/asdebug.js 

 

发现启动失败,修改js 文件

D:\微信web开发者工具\package.nw\app\dist\components\create\createstep.js:
   10          i = require("../../config/urlConfig.js"),
   11          s = require("../../common/request/request.js"),
   12:         c = (require("../../stores/webviewStores.js"), require("../../common/log/log.js")),
   13          o = require("glob"),
   14          n = require("../../config/errcodeConfig.js"),


正确的是  stroes/web....

代码在 编辑里面。修改个文件试试。

相关文章
相关标签/搜索