Job Recruitment Website - Job seeking and recruitment - How to develop small programs?

How to develop small programs?

At present, there are two main methods, one is self-development, and the other is the development of gadgets generated by one key. The following is a detailed introduction:

1. Apply for registering a WeChat applet account. Note: After registering an account, there will be an AppID, which needs to be filled in when downloading WeChat developer tools, otherwise many functions will not be available, such as previewing and uploading codes.

2. Once a new project is created, you can enter the developer's tools to edit it. The hardest part is writing code. The functions of app.js, app.json and app.wxss must be clarified, which is very helpful for the development of WeChat applets. There are many styles and functions behind, which need to be supplemented.

3. Collect exquisite widgets, such as finding the desired widgets on github or WeChat open community, and assembling them into your own small programs skillfully and elegantly, which can greatly shorten the production time. After editing, click "Submit" and fill in the relevant information of the small programs, and then you can submit them for review. Note: It is best to fill in the classification accurately in order to pass the examination more quickly.

4. Another method is to use some tools to generate small programs with one click, such as Ke Fan. After logging in, you only need to enter and select the desired template and make corresponding modifications.

Note: 1. If you want to make a small program that can be released, the premise is that you must register your business license in the name of a self-employed, enterprise or organization;

2, small program development is not difficult, as long as there is a code-based developers can develop independently. Applets need to be both backend and frontend. The back end is mainly used to upload products and content, and the front end is mainly responsible for the layout of applet pages, that is, all the pictures that users see when they enter an applet.

Baidu Encyclopedia-WeChat applet