How to start the Alipay applet written in VScode and using the uniapp framework in the developer tool, check

1. Download and install Alipay developer tools, I downloaded the windows 10 version https://opendocs.alipay.com/mini/ide/download

2. Vscode writes the small program code of the uniapp framework and opens the terminal

 3. Find the package.json file, and directly enter the command yarn run dev:mp-alipay in the terminal to compile

4. Open the Alipay developer tool,

5. Open the project. Find your project file, then find the path dist/dev/mp-alipay, open it to view the compilation effect

 

Guess you like

Origin blog.csdn.net/niconicon____/article/details/130503829