This is a project to get in touch with progressiv web applications from a Python and VUE point of view.
py -3 -m pip install poetry
py -3.9 -m venv .venv
py -3 -m poetry update
py -3 -m pip freeze > requirements.txt
.\.venv\Scripts\pyinstaller.exe .\release\SposOneFile.spec (application will be build)
.\dist\SPOS.exe (application should start)
- Start server and web browser from the same process
- Display stdout for java errors in web browser
- How to insert javascript code into vue app via qt-webbrowser? Any Idea?
- ...