miniprogram-to-uniapp icon indicating copy to clipboard operation
miniprogram-to-uniapp copied to clipboard

轻松将各种小程序转换为uni-app项目

Results 56 miniprogram-to-uniapp issues
Sort by recently updated
recently updated
newest added

### 问题描述? 进度 [############################--] 5/bps 93% 3.7s 异常:replaceTemplateTag - attrs undefined 进度 [##############################] 5/bps 100% 0.0s write pages.json success! write manifest.json success! write main.js success! 统计信息: vue文件数量: 111 支付api数量: 1...

### 问题描述? 遇到ts文件,都无视了。 ### 重现步骤 ### 期望的结果

### 问题描述? 最近一次更新,可能漏掉了 `wxparse-transformer` ### 重现步骤 ```bash $ yarn global add miniprogram-to-uniapp $ wtu -i ./repack internal/modules/cjs/loader.js:905 throw err; ^ Error: Cannot find module '../../src/transformers/component/wxparse-transformer' Require stack: - /home/gavin/.config/yarn/global/node_modules/miniprogram-to-uniapp/src/page/index.js -...

### 问题描述? [miniprogram to uniapp] 14:25:53.644 转换进度: 533 / 1408 [miniprogram to uniapp] 14:25:53.647 Unhandled Rejection at: Promise { RangeError: Maximum call stack size exceeded at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/miniprogram-to-uniapp/node_modules/gogocode/src/html-core/find.js:71:29 at Array.every ()...

### 问题描述? 转后 vant 组件引用组件方式 import vanButton from "../../wxcomponents/vant/button/index"; 正确的引用方式应该是在 pages.json 中引用 "pages": [{ "path": "pages/home/home", "style": { "usingComponents": { "van-button": "../../wxcomponents/vant/button/index" }, "navigationBarBackgroundColor": "#ff5128", "navigationBarTitleText": "", "navigationBarTextStyle": "white" }...

### 问题描述? vant小程序转换完运行失败 ### 重现步骤 按照官方示例步骤后运行出现 文件查找失败:'./@vant/weapp/toast/index.vue' at....... ### 期望的结果 转换完能正确运行发布

### 问题描述? 有没办法把微信小程序插件代码转成uniapp插件 ### 重现步骤 ### 期望的结果 微信小程序插件代码转成uniapp插件

### 问题描述? 目前,wx.api会直接被转为 uni.api,如 ` const res = await wx.showModal({ content: '确定吗' }); ` 会直接转为 ` const res = await uni.showModal({ content: '确定吗' }); ` 但uni对api的promise封装,返回数据的第一个参数是错误对象,第二个参数是返回数据。 故,应该是 ` const [err,...

app.json中的usingComponents没有转为全局组件,需要自己额外再注册

### 问题描述? 提示成功并没有生成文件 ### 重现步骤 ### 期望的结果