(ca88亚洲城娱乐欢迎您) 有没有把nodejs打包成exe的方法?
python有pyinstaller,那node.js有类似工具吗?不要node-webkit。
我正要说nodeWebkit呢 …
你看下nexe合不合你的需要
https://github.com/crcn/nexe
还有atom shell 现在叫 electron
https://github.com/atom/electron
http://stackoverflow.com/questions/8173232/make-exe-files-from-node-js…
可以使用nsis,写个.nsi文件,可以打包node程序,还可以写注册表,写服务等。http://nsis.sourceforge.net/Main_Page
发表评论