Skip to content

mmoosstt/pwap

Repository files navigation

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?
  • ...

About

Progressive Web Application Playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published