Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.25 KB

Progressive Web Application Playground / PWA as executable

This is a project to get in touch with progressiv web applications from a Python and VUE point of view. Context

Setup Python venv

    py -3 -m pip install poetry
    py -3.9 -m venv .venv
    py -3 -m poetry update
    py -3 -m pip freeze > requirements.txt

Create Executable

    .\.venv\Scripts\pyinstaller.exe .\release\SposOneFile.spec (application will be build)
    .\dist\SPOS.exe (application should start)

Cracked nuts

Next nuts

  • How to insert javascript code into vue app via qt-webbrowser? Any Idea?
  • ...