Creating application . exe type phonegap

Asked

Viewed 198 times

2

I wonder if there is any application like the phonegap that translates packages a system html+js+css in a .exe

If yes (I believe there is)

What (is) tool(s) exists(m)? How to create?

  • Actually the phonegap doesn’t translate, it packs the system. This may be useful (http://softwarerecs.stackexchange.com/questions/14797/can-you-convert-html-css-and-javascript-into-a-exe)

  • Valid without packaging everything in exe, but still allowing you to create desktop-like apps with html/css/js?

  • At these times of the championship.... Everything goes @bfavaretto rs and more for knowledge, I met the phonegap these days, and I found it cool the idea, if there is any solution for desktop, what is worth and work!

1 answer

1

One solution may be to use the Web2executable. It generates a "shell" for the sites using the NW.js (Node Webkit).

To generate the executable, simply download the Web2executable binary and run the command line version:

/pasta/do/Web2Executable /pasta/do/seu/projeto

or

C:\pasta\do\Web2Executable C:\pasta\do\seu\projeto

or use the GUI version (graphical user interface), which has the following appearance:

Web2Executable GUI

  • 2

    I recommend adding an example of how this is used, as in Help: http://answall.com/help/how-to-answer (read Provide context for links) and read http://meta.pt.stackoverflow.com/questions/42/queremos-ansostas-que-contenham-links

  • @Guilhermenascimento thanks for the tip, I edited with a more verbose reply.

  • @nighto I tried to use, but it didn’t work....

  • @Marcelobonifazio what mistake you had?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.