web 版 opensumi 集成到第三方 Electron 应用中报错 #2518
Unanswered
fankangsong
asked this question in
Q&A
Replies: 1 comment 1 reply
|
如果你没有使用到 ide-electron 模块的话,需要在 appConfig 那里设置一下 new ClientApp({
isElectronRenderer: false
})
暂时没有 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
具体错误:
代码示例:https://github.com/fankangsong/my-vue-app1/tree/master
# 启动 yarn electron:serveopensumi 集成到非 React 技术栈的三方应用中有没有最佳实践的方案?
All reactions