First of all, put a good posture, - the development of WeChat Mini Program is just that. All you need is a little bit of css (really just a little bit) basics.
In fact, I think the mini program is an arrangement of the 20 basic components officially provided by WeChat (there are currently 26) combination, and then add some css styles to provide feedback on the user's operations (adjust the 60 APIs officially provided by WeChat). 26 basic components and 60 open APIs = it can be done in half a day, right? (Half a day is enough to follow the tutorial below carefully)
Here is the latest version download link (portal)—>The latest version download address of WeChat web developer tools
Currently, WeChat applet development tools no longer require cracking, you just need to Use the mobile phone WeChat scan to log in to the development tool, and select No APPID when creating an application to develop.
Many people may think that you need to get used to watching videos (CSDN Academy’s WeChat mini program practical video), but I suggest you don’t watch videos when learning new things. The best way to get started is to read official documents (anyone else) They know their own stuff better than the official themselves!), the following is the official website address:
WeChat Mini Program Official Documentation (Portal)
Of course, it is recommended to read the W3CSchool compilation here The documentation is relatively clear. (Another portal)
After learning something, the best way is to put it into practice. Now let’s go into practical combat "WeChat" If you can follow the whole process of making the Mini Program: Bai Si Bu Qi Qi Si (Simplified Version), then you have successfully started.
Look at the renderings first
It shows that the IDEA of this project was borrowed from this big brother, thank you for this big brother
Look at it later See project screenshots
Related recommendations:
Introduction to WeChat Mini Program Development
WeChat Mini Program Demo Import details
The above is the detailed content of Understand WeChat applet development + case demo. For more information, please follow other related articles on the PHP Chinese website!