Web project packaging and publishing method to win10 system application store

  
By packaging the web application and publishing it to the Win10 application store, you can run it on both the PC and the mobile platform. The following small series will tell you about the method of packaging and publishing the web application to the win10 system application store. Let's take a look at the tutorial!
The following steps introduce you to the method of packaging and publishing the web application to the Win10 system application store. 1. Create the project Enter the Windows App Studio to create the project page, you need to log in with the Microsoft account. On this page you will see the Hosted Web App option, as shown below:
Click on Hosted Web App, then pop up a pop-up window, enter the name of the app here, and click “Start with this one! & rdquo;, on the right side will show a preview on different devices.
2, configuration application After creating the project will enter the application content editing page, here you only need to fill in the address of your web application.
Here you can also upload a custom application manifest file Manifest, which is a JSON data file containing configuration such as application startup parameters. You can also define additional URI rules as well as device screen rotation properties, etc., but these are optional. The preview of the app will appear in the device preview screen on the right. Sometimes the content is not displayed here. It is likely that the page does not support iframe embedding, but generally there will be no problem. After filling in the URL, you will need to change a logo for the app. Click the logo in the navigation bar, as shown below:
Then click the icon below the App logo title to upload your own application logo. After uploading, it will automatically generate the different size icons you need. Then click Settings to edit some information related to the app store, including application description, language and other information. Once you're done, click “Save”Save.
3, generate the application After configuring the application, click the “Finish” button in the upper right corner, then enter the application preview page to preview the different devices. Finally, just click the “Generate” generate button, then select the build type in the pop-up window (the default is Visual Studio solution), and finally click “Generate”

The above is the step of packaging and publishing web applications to the Win10 app store. As long as you have your own web application, you don't need to re-encode. Use the above method to directly generate Win10 app store applications, saving you a lot of time.

Friends in need can refer to this tutorial. If you have any questions, please leave a message, I will get in touch with you in a timely manner, and thank you for your support to this website!

Copyright © Windows knowledge All Rights Reserved