docs(readme): 新增APP云打包文档

This commit is contained in:
Burt 2024-01-04 19:34:34 +08:00
parent 27b3262158
commit 79767f101a
4 changed files with 5 additions and 0 deletions

View File

@ -53,3 +53,8 @@
- web平台 `pnpm build:h5`,打包后的文件在 `dist/build/h5`可以放到web服务器如nginx运行。如果最终不是放在根目录可以在 `vite.config.ts``base` 属性进行配置。[vite官网](https://cn.vitejs.dev/config/shared-options.html#base)
![vite.base](./screenshots/vite-base.png)
- weixin平台`pnpm build:h5`, 打包后的文件在 `dist/build/mp-weixin`,然后通过微信开发者工具导入,并点击右上角的“上传”按钮进行上传。
-app: 需要配置 `manifest.json`有3个地方需要填如下图
![app打包](./screenshots/build-app.png)
然后打开HBuildX--发行--原生APP云打包然后出现如下图按图填写即可。
![app打包](./screenshots/build-app2.png),打包成功如下图
![app打包成功](./screenshots/build-app-success.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

BIN
screenshots/build-app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
screenshots/build-app2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB