Detailed small program development process, small program development tutorial

Mini program development process in detail

The development and production of a small program is divided into 6 steps, registering a third-party small program platform, selecting templates, editing design content, online configuration and packaging, downloading developer tools and uploading program packages, submitting for review and publishing.
Mini program development process in detail1. Register third-party tools

The main purpose is to quickly obtain suitable templates. Take Mingchan as an example. After registering an account on the platform through a search engine, select a small program in the functional area and enter the small program template library.
Mini program development process in detail2. Select the applet template

Mini program templates are divided into two categories: official website and mall. You can choose according to your own situation. Templates are divided according to industry. If you don’t find the desired template in the industry classification, you can also choose from other similar industries.
Mini program development process in detail3. Edit design content

The original content styles in the template can be moved, replaced and redesigned, including text, pictures, videos, colors, backgrounds, special effects and links, etc. Clicking on the target template will automatically pop up the edit box and configuration button, as shown in the figure.
Mini program development process in detail4. Online configuration and packaging

After designing the template, click the "Publish" button in the upper right corner, select the corresponding publishing platform channel, configure the APPID and key, package the applet and download it locally.
Mini program development process in detail5. Download developer tools

Go to the corresponding publishing platform to download the developer tool, install it online, log in to the platform account and password, and upload the small program package.
Mini program development process in detail6. Submit for review and release

Some platforms have more review procedures. It is recommended to select all the functions in the list when submitting for review. After passing the review, some platforms will not go online automatically, and you need to manually click "Publish and go online".
Mini program development process in detailThe above is a complete tutorial for the development and production of small programs. Under the premise of sufficient tools and materials, it will take about 2 to 3 days from production to release.
Mini program development process in detail

Mini Program Development Tutorial

What are WeChat Mini Programs? what is the benefit? what's the use

The WeChat Mini Program is an application released by the WeChat team in 2017. The WeChat Mini Program can be used to implement a basic on-the-go application. It can be used without downloading and installing. Greatly facilitate the use of users.

The biggest advantage of WeChat Mini Programs is that, for users, they can be used on the go, without downloading, and do not consume the memory of the user's mobile phone. For developers, they do not need deep development knowledge to complete the development. The backend is required, and there is WeChat applet cloud development, which can do basic independent development of WeChat applets.

The main purpose is the use of the offline environment, such as the collection of form questionnaires and daily taxis, all of which can use WeChat Mini Programs.

Let's start to demonstrate the creation and use of the most basic WeChat applet.
Mini program development process in detailCreate a new WeChat applet project, choose to use the test number to create:
Mini program development process in detailenter the IDE interface, where the left side is the IDE simulator interface, and the right side is the program code interface. The effect is as shown in the figure;
Mini program development process in detailthat is, you have completed creating the first Hello World-level application on the WeChat applet.
Basic use of development tools

For WeChat applets, the development tools are mainly official IDEs. Here we introduce the basic use of official IDEs.
Debugging and Simulation

There are two buttons in the upper button, as shown in the figure, they are compile, preview and real machine debugging.

For compilation, when the compile button is pressed, the simulator on the left will automatically compile a complete WeChat applet, and the edit boxes on the right will all be saved automatically. The developer uses it as shown in the figure:
Mini program development process in detailthe second button is the preview button, and the development version of the WeChat applet can be directly run on the mobile phone by using the preview button. As shown in the figure, you can see the button is clicked and a QR code is generated. At this time, the user can directly scan the code to run the WeChat applet on the mobile phone.
Mini program development process in detailMini program development process in detailWelcome to exchange and study!

Guess you like

Origin blog.csdn.net/juzilvpai/article/details/125159540