1.Make sure your project contains index.html in root folder.
2.Fill in the necessary configuration in mt-setting.json.
3.When uploading the official package, please modify verison in package.json.
4.Preview Package: Click the "Debug MightyH5" button at the bottom of Vscode window,then use Mighty App to scan the QR code.
5.Publish Package: Click the "Upload MightyH5" button at the bottom of Vscode window.
Run options explain
1.debugUrl:Run the npm dev command automatically, and then scan the QR code to access with MightyApp, so please make sure your phone and computer are in a local area network.
2.build&upload: Run the npm build command automatically, and then compress and upload the output file, so please make sure the output folder configuration in mt-setting.json.
3.upload directly: Directly compress and upload the folder specified by the out configuration in mt-setting.json.