pywebview_vue_template
1.0.0
https://github.com/r0x0r/pywebview
https://pywebview.flowrl.com/
main.py
pip install -r requirements.txt
pyinstaller -F -w --add-data="static;static" main.py
-F 只生成一个单个文件(只有一个 exe 文件)
-w 运行的时候不弹出命令行(黑窗口)如果需要看报错,就别加这个参数