Vue (h5) package apk

1. First build and package the vue project, and then open the dist

2. Then create a 5+App project in HBuilder X

 3. Create a new project, and then only need the manifest.json file, delete the rest, and then copy the two files in the dist package created by vue to the newly created 5+App project

 4. Then open the 5+App project and configure the relevant information of your project in the manifest.json project

6. After configuration, click release (native App-cloud packaging), (be sure to pay attention to the Android package name)

 

Guess you like

Origin blog.csdn.net/weixin_57905352/article/details/126051940