WeChat applet project creation

WeChat applet development documentation

1. WeChat Mini Program

Mini programs are a new way to connect users and services. They can be easily obtained and disseminated within WeChat and provide an excellent user experience.

2. Account and development tools

  1. Mini program application page: https://mp.weixin.qq.com/wxopen/waregister?action=step1
  2. Development tool download

3. Create a small program

  1. Create a new project and select the mini program project
  2. Select the hard disk path where the code is stored
  3. Fill in the AppID of the applied mini program
  4. Give your project a nice name
  5. Check "Do not use cloud services" (Note: You must choose an empty directory to create a project)
  6. Click New and you will get your first mini program.
  7. Click Compile at the top to preview your first mini program in WeChat Developer Tools

Insert image description here
8. Click to preview and scan with WeChat to see the mini program on your phone

Guess you like

Origin blog.csdn.net/guoxulieying/article/details/132696592