# uniapp_Vue3_ts **Repository Path**: zhao-jingtao-l/uniapp_Vue3_ts ## Basic Information - **Project Name**: uniapp_Vue3_ts - **Description**: 企问答小程序, H5 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-19 - **Last Updated**: 2024-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README uni组件的预览地址; https://hellouniapp.dcloud.net.cn/pages/extUI/transition/transition ## 打包 ### IOS打包 步骤如下: 1. 运行命令`build:app-ios`开始编译代码 〉不能直接使用Hbuilder来编译,那个编译有问题。 2. 编译成功之后,会在disk目录有一个文件夹`dist/build/app`这个里面就是编译之后的代码 3. 使用Hbuilder打开上面生成的那个文件夹,然后进行配置就好了。 需要的文件地址 描述文件:/Users/theling_mac/Documents/qwd_prod.mobileprovision 证书:/Users/theling_mac/Documents/证书2.p12 更加详细的内容看coding:https://theling.coding.net/p/theling-utils/wiki/308