简体   繁体   中英

How to convert a Node.js app to exe?

Simply put, how do I compile/create and "exe" file that when you click on it, it will open console for you and type in the node "something"

There is a question about this regarding batch, but I really don't want to do anything batch because then you have to deal with filepaths, installing node... etc. Thank you for your help.

nexe says it will create a single executable out of your node.js apps.

https://github.com/nexe/nexe

You can boundle electron application

Write in html, css, js and distribute to any platform

http://electron.atom.io/docs/tutorial/application-distribution/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM