Is there a way to package chrome apps using nodejs-webkit

与世无争的帅哥 提交于 2020-01-03 10:54:06

问题


Lets say i have an app and i want it to be executable standalone. I've found that you can do that with normal webpages, webapps, using https://github.com/rogerwang/node-webkit.

But if its chrome packaged app how do you do that.

I know it's possible as you can see in slides it uses webkit.

https://speakerdeck.com/u/zcbenz/p/node-webkit-app-runtime-based-on-chromium-and-node-dot-js


回答1:


Theoretically it is possible but you will have to implement by hand all of the chrome apis you use in your chrome app



来源:https://stackoverflow.com/questions/18647853/is-there-a-way-to-package-chrome-apps-using-nodejs-webkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!