Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 271 Bytes

File metadata and controls

19 lines (18 loc) · 271 Bytes

Pywebview VUE 3 + Vite starter template

how to run

  • install node modules
npm install
  • install python dependencies
pip install -r requirements.txt
  • run the vite server
npm run dev
  • run the python app
python app.py