Skip to content

Commit fd999a3

Browse files
committed
minor fix
1 parent bdf68f7 commit fd999a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010
Python bindings for the webview library, allowing you to create desktop applications with web technologies.
1111

12+
## Production-Ready Applications
13+
14+
For enterprise-grade desktop applications, see the complete template: [python_desktop_app_with_vue_template](https://github.com/congzhangzh/python_desktop_app_with_vue_template). This project provides a full solution for frontend-backend integration, development workflow, debugging, and deployment.
15+
16+
## Alternative: WebUI
17+
18+
While developing the production template, I discovered [WebUI](https://webui.me/), which appears to be an earlier project than webview/webview (though I haven't verified this claim). WebUI might be worth investigating as an alternative, but I haven't had time to do a thorough comparison. If anyone has insights or experience with WebUI vs webview, I'd appreciate hearing from you.
19+
1220
## Installation
1321

1422
```bash

0 commit comments

Comments
 (0)