问题
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