Before opening the mini program, the wechat client will download the code package of the entire mini program to the local.

Followed by

{

“pages”:[

“pages/index/index”,

“pages/logs/logs”

]

}

The configuration instructions are in

So the wechat client will load the code of the home page in, through some mechanisms at the bottom of the small program, you can render the home page.

After the applet starts, the

App({

onLaunch: function () {

// Triggered after the applet starts

}

})

There’s only one applet
The registration procedure

App

Micro channel small program development artifact

Wechat applets automatically slice to generate layout software

“,
can

Fast automatic generation of small program front end layout and code

, and free tutorials and technical support.

The functions are as follows:

1. Slicing function: This part of the original handwritten work can be cut by slicing software. After cutting, it can automatically generate WXML, WCSS, JS files.

2, text recognition function: the text on the effect drawing can be recognized by automatic text recognition, improve the speed of input, reduce the workload.

3, archiving function: the design of the slice file can be archived, so that the next time needed to be taken to re-edit. As long as there is a slice file in the program can also show and edit.

Please feel free to contact us if you have any questions!

Q Q : 348961183

Official website:

Software Download address: