html5 - What are the tools for packaging local html+javascript into exe?
高洛峰
高洛峰 2017-06-05 11:11:49
0
2
820

I want to package the h5 small game I wrote into an exe. The tools I know currently include node-webkit and electron, but the exes they package are too large (100m casually, html javascript may not be 10k ), I would like to ask if anyone knows about other packaging tools, please let me know! The only requirement is that the packaged exe should be as small as possible.

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
左手右手慢动作

You can simply take a look at C# winform related, embed a webkit kernel, and then introduce your web page, it should be much smaller.

PHPzhong

Why is it so big? Because there are a lot of things to be embedded in it. After all, it is not an executable file. To package it as an executable file, you must have some dependent libraries and some interpreters. There is no way.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template