This template should help get you started developing windows gui with python + vue.
cd frontend
npm install
pip install -r requirements.txt
cd frontend
npm run dev
python index.py
cd frontend
npm run build
pyinstaller build.spec
Remove-Item -Recurse -Force dist,gui