mmoosstt / pwap

Progressive Web Application Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 37.3%Language:TypeScript 28.6%Language:Python 19.9%Language:Vue 14.0%Language:HTML 0.3%Language:Shell 0.0%