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