unibest icon indicating copy to clipboard operation
unibest copied to clipboard

unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大...

Results 57 unibest issues
Sort by recently updated
recently updated
newest added

# Bug report(问题描述) 支付宝小程序编译报错。微信小程序运行正常。 ## Steps to reproduce(问题复现步骤) - pnpm: 9.4.0 - node: 18.16.1 - github下载代码,pnpm 安装。 ## Screenshot or Gif(截图或动态图) ![image](https://github.com/codercup/unibest/assets/16498201/7c220ff0-5e2b-46a4-b7e6-c2a1d97f3376)

# Bug report(问题描述) 创建项目后,直接启动 dev:mp-weixin 小程序直接报错 没有做多余的操作,更改了env里的appid,就直接运行了。 ## Screenshot or Gif(截图或动态图) ![image](https://github.com/codercup/unibest/assets/15223877/72e24065-6cd6-41c8-a348-97c8010ed67c) ![image](https://github.com/codercup/unibest/assets/15223877/4022aba5-ef6e-4227-8128-2af4d200b53e)

# Feature request(新功能建议) 建议集成[uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci),方便在ci环境中自动化发布小程序

# Bug report(问题描述) ## Steps to reproduce(问题复现步骤) ## Screenshot or Gif(截图或动态图) ![image](https://github.com/codercup/unibest/assets/30935024/822dee09-d0e6-47aa-af9a-06c4c34b5045) ## minimal reproduction(最小可还原代码) ## System Info 执行上面命令,将结果贴下面

pages.json 条件编译页面 可以区分APP页面是否编译到小程序

# Bug report(问题描述) pages.config.ts 配置requiredPrivateInfos&permission 编译到小程序 不生效 ## Steps to reproduce(问题复现步骤) 1.[pages.config.ts] 配置 requiredPrivateInfos&permission 2.[运行pnpm run dev:mp-weixin] 3.pages.json 文件生成requiredPrivateInfos&permission了 4.小程序开发工具打开app.json未生成requiredPrivateInfos&permission ## Screenshot or Gif(截图或动态图) ## minimal reproduction(最小可还原代码) requiredPrivateInfos: [ 'getLocation',...

# Bug report(问题描述) HbuilderX版本demo项目通过HbuilderX启动后,修改代码,项目会重新启动,但是unpackage里的app-service.js文件内容没有及时更新 ## Steps to reproduce(问题复现步骤) ## Screenshot or Gif(截图或动态图) ![image](https://github.com/codercup/unibest/assets/30935024/c8c8ac42-3e86-4d95-9980-75b96680ada4) ![image](https://github.com/codercup/unibest/assets/30935024/88cf5d42-fddf-49b8-a2d7-0900a9530394) ## minimal reproduction(最小可还原代码) ## System Info `npx envinfo --system --npmPackages vue --binaries --browsers` 执行上面命令,将结果贴下面

# Bug report(问题描述) 在抖音小程序中 请求没有响应,会一致pending, 直接使用 tt.request 请求有响应 ## Steps to reproduce(问题复现步骤) ## Screenshot or Gif(截图或动态图) ![image](https://github.com/codercup/unibest/assets/38815121/7a0bc0af-eedd-431d-9286-e82e49ad64c5) ## minimal reproduction(最小可还原代码) 直接运行 base 分支代码请求 ## System Info `npx envinfo --system --npmPackages...

![image](https://github.com/codercup/unibest/assets/93471473/2ab61897-40d7-4ab5-81fa-75c8395c211a) 报警告无法嵌套css

本项目中可以使用原生插件,但是缺少文档(坑?)。我已经试出来了,这里给出操作步骤,方便大家使用。 ## 关键操作步骤 在根目录下 manifest.config.ts 中添加 nativePlugins。 ``` 'app-plus': { usingComponents: true, nvueStyleCompiler: 'uni-app', compilerVersion: 3, compatible: { ignoreVersion: true, }, ------------------------------ 以下是需要手工添加的部分 ------------------------------------- nativePlugins: { 'XM-Ble': { __plugin_info__: {...