An open API service indexing awesome lists of open source software.

https://github.com/hunlongyu/webview2-template

this is a webview2 template for c++
https://github.com/hunlongyu/webview2-template

Last synced: 7 months ago
JSON representation

this is a webview2 template for c++

Awesome Lists containing this project

README

          

Webview2 模板

主要是将本地 html 转成 exe。通过 config.json 文件配置,可以修改 exe 的 title,ico等。

- [x] 配置文件读取

- [x] 配置 title

- [ ] 配置 ico

- [x] 配置宽高

- [ ] 配置启动页

- [ ] 配置右键菜单是否显示

- [ ] 配置开发者工具是否开启

配合 单文件打包工具 可以生成最小 150KB 大小的单文件可执行 exe。

配合 wix 或者 nsis 可以生成 3MB 左右的安装包?(待验证)

优点:
1. 可以进行一些简单配置
2. 生成的 exe 很小
3. 可以通过 js/html5/css3 技术快速实现界面搭建
4. 复杂的高性能业务可以使用 C++ 技术实现

缺点:
1. 目前只支持 win10 2004及更高的版本,低版本需要安装 webview2 的运行环境。
2. 运行时内存占用并不低,60MB 左右。
3. 启动慢