SuperApp allows you to use a Visual Studio Code extension to initialize a WindVane scaffolding project, build, and package it, and then publish the WindVane miniapp through the Application Open Platform. This topic describes how to install the Visual Studio Code extension for WindVane.
Procedure
Open VS Code and click the Extensions icon in the left sidebar. In the search box, enter
superapp, locate the SuperApp Miniapp Develop Tool extension, and install it.If you are using a newer version of VS Code that supports Auto Update, we recommend enabling this option to keep the extension up to date automatically.

Click the
Extensions icon in the sidebar. In the SuperApp Miniapp Develop Tool section, select
> Settings and configure the parameters.
Parameter
Description
Build Path
The directory where the build artifact is stored. Default value:
dist.Env
The development environment.
Need Auth From App
If enabled, invoking client capabilities within the mini-program will prompt for authorization; otherwise, no authorization prompt will be shown.
Password
The account password used to log on to Application Open Platform.
Username
The account username used to log on to Application Open Platform.
Adb Linux
The storage path of Android adb commands in the Linux system. Default value:
~/Library/Android/sdk/platform-tools.Adb Mac
The storage path of Android adb commands in the macOS system. Default value:
~/Library/Android/sdk/platform-tools.Adb Windows
The storage path of Android adb commands in the Windows system. Example:
D:\sdk\platform-tools. If your computer runs Windows, you must specify this parameter. If you do not specify this parameter, the Android emulator cannot start as expected.Emulator Linux
The storage path of Android emulator commands in the Linux system. Default value:
~/Library/Android/sdk/emulator.Emulator Mac
The storage path of Android emulator commands in the macOS system. Default value:
~/Library/Android/sdk/emulator.Emulator Windows
The storage path of Android emulator commands in the Windows system. Example:
D:\sdk\emulator. If your computer runs Windows, you must specify this parameter. If you do not specify this parameter, the Android emulator cannot start as expected.Sdk Manager Linux
The storage path of Android sdkmanager commands in the Linux system. Default value:
~/Library/Android/sdk/tools/bin.Sdk Manager Mac
The storage path of Android sdkmanager commands in the macOS system. Default value:
~/Library/Android/sdk/tools/bin.Sdk Manager Windows
The storage path of Android sdkmanager commands in the Windows system. Example:
D:\sdk\tools\bin. If your computer runs Windows, you must specify this parameter. If you do not specify this parameter, the Android emulator cannot start as expected.Avd Manager Linux
The storage path of Android avdmanager commands in the Linux system. Default value:
~/Library/Android/sdk/tools/bin.Avd Manager Mac
The storage path of Android avdmanager commands in the macOS system. Default value:
~/Library/Android/sdk/tools/bin.Avd Manager Windows
The storage path of Android sdkmanager commands in the Windows system. Example:
D:\sdk\tools\bin. If your computer runs Windows, you must specify this parameter. If you do not specify this parameter, an Android emulator cannot be created.Npm
The storage path of
npmcommands.Start Command
The command for starting the miniapp. Default value:
npm start.