-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
你好,我在官方文档自定义菜单中 #61
Comments
你好,非常感谢你们的帮助,我已经实现了自己的一个小模块的开发,我还想请教一个问题,就是opensumi的web端ide-startup这个项目我可以直接打包吗,我看官方文档里只有关于electron的打包
|
@leq849513109 可以直接打包,但这部分仅是一个 WebIDE 的启动示例,如何结合自身产品及使用还得自行实现。 |
感谢您的耐心解答!我确实是想对这个启动示例进行一个打包,opensumi除了docker部署以外还可以进行别的部署方式吗,就类似于打包一个dist包然后直接nginx跑起来,不需要再去把大量代码运行编译,谢谢!
…---原始邮件---
发件人: ***@***.***>
发送时间: 2023年3月23日(周四) 下午3:22
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [opensumi/ide-startup] 你好,我在官方文档自定义菜单中 (Issue #61)
@leq849513109 可以直接打包,但这部分仅是一个 WebIDE 的启动示例,如何结合自身产品及使用还得自行实现。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@leq849513109 目前没有,你可以基于 Docker 版本进行修改,相关能力目前正在规划中,还没有实现,见:https://github.com/opensumi/docs/issues/85。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如题,我在自己根据官方文档完成了一个自定义菜单并且添加了一个子菜单,我想要通过点击子菜单调用一个自己写的方法,但我在官方文档发现都是调用内置的命令command,没有案例提示我怎么去调用自己的方法或者说怎么去编写一个自己的命令来调用,我想通过点击子菜单发起一个ws请求来和我的后台发起实时通讯,另外我对react还有ts不是很了解,还请多指教!谢谢你们!
The text was updated successfully, but these errors were encountered: