We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wepy-to-uniapp 是一种转换工具,因为wepy和uniapp实现原理的不同,语法会存在很大兼容性问题。
下面给出另一个思路,只针对微信小程序,不论是哪种工程,最终编译出来的结果,一定是微信能解析的。那如果我把两个不同工程编译输出的结果合并,并且解决依赖及冲突,就意味着是可行的。
详情参考篇文章:
https://ask.dcloud.net.cn/article/39125
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wepy-to-uniapp 是一种转换工具,因为wepy和uniapp实现原理的不同,语法会存在很大兼容性问题。
下面给出另一个思路,只针对微信小程序,不论是哪种工程,最终编译出来的结果,一定是微信能解析的。那如果我把两个不同工程编译输出的结果合并,并且解决依赖及冲突,就意味着是可行的。
详情参考篇文章:
https://ask.dcloud.net.cn/article/39125
The text was updated successfully, but these errors were encountered: