IDE configuration for small program development

Y2J
Release: 2017-05-06 10:43:56
Original
2559 people have browsed it

In the early morning of September 22, 2016, WeChat announced the launch of the "mini program". Of course, it was only the beginning of internal testing. The WeChat public platform sent mini program internal testing invitations to 200 service accounts. So what is a "mini program"? Let's see what the father of WeChat said

After reading this, I believe everyone has some understanding, maybe for developers They are all a little excited, after all, there is nothing wrong with paying more attention to new things. So the problem is that the "mini program" only has 200 internal test accounts, what should I do? Fortunately, there are too many talents in China. Within a few hours after the news was released, a cracked version of the IDE was already available online. Without further ado, let’s look at the configuration steps:

1. IDE download

MAC version link: pan.baidu.com/s/1nvB7UNv Password: fk8p

Win version link: pan.baidu.com/s/1i5Nlz5z Password: d55b

2. Crack

The latest download link: pan.baidu.com/s/1jHKls8Y

After downloading the IDE (actually it is the WeChat web developer tool) and install it , then you need to replace the following 3 directory files respectively

Installation directory\package.nw\app\dist\components\create\createstep.js

Installation directory\package.nw\app\dist\stroes\projectStores.js

Installation directory\package.nw\app\dist\weapp\appservice\asdebug.js Added

3. Completed. Let’s take a look at the interface:

## Attached Demo download link shared by friends : pan.baidu.com/s/1qXBR6ry Password: bkpx

Update api document wxopen.notedown.cn

FAQ

  1. The file to be replaced cannot be found

  • Cause of the problem: The version of the development tool is incorrect and the old version does not support it

  • Solution: Make sure the downloaded program version is above 0.9.092100

##Failed to load resource: net::ERR_NAME_NOT_RESOLVED http://1709827360.appservice .open.weixin.qq.com/appservice
    • Cause of the problem: Usually it is due to the system setting up a proxy such as Shadowsocks, etc.
    • Solution: Turn off the proxy, or click "Action" - "Settings" on the toolbar and select "Do not use any proxy, check the box and connect directly to the network".
    Fix asdebug.js error reporting
  • ##Cause of the problem: TypeError: Cannot read property 'MaxRequestConcurrent' of undefined
    • Solution: Replace /Resources/app.nw/app/dist/weapp/appservice/asdebug.js
    • Scan QR code to log in Failed
  • 0.7 version address: dldir1.qq.com/WechatWebDev/release/0.7.0/wechat_web_devtools_0.7.0.dmg
    Cause of the problem: please bind your wechat account to the appid first
    • Solution: First use version 0.7 to scan the QR code to log in, and then use Open version 0.9 and enter directly.
    • Reprint link: github.com/gavinkwoe/weapp-ide-crack
    [Related recommendations]

    1.
    WeChat mini program source code download

    2. WeChat mini program demo: Zhihu Daily

    The above is the detailed content of IDE configuration for small program development. For more information, please follow other related articles on the PHP Chinese website!

    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!