Any programs that convert html, css and js into executable?

Asked

Viewed 308 times

-1

just as Cordova builds html, css and js for apk, is there any solution to build in executable? If so which program? Thank you!

  • Can you tell me if he’s free?

  • 1

    You can make a normal web application and install it on the pc by browser, it creates a shortcut on desktop. Search on PWA

  • Buddy beauty, I’ll search! abs

1 answer

2


You can use the Electron, a framework of open source developed by Github.

With Electron, you use Javascript, HTML, and CSS to create cross-platform desktop applications (Macos, Linux, and Windows).

Some examples of applications created with Electron are Vscode, Atom and much more.

Browser other questions tagged

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