This is a framework for creating a Python application with an user interface in Vue using Eel.
-
Install
piprequirements.pip install -r requirements.txt -
Install
npmrequirements.npm install
-
Run
npm run buildto build the app.npm run build
-
Run
app.pyto start the app.python app.py
Follow instructions on ChrisKnott/Eel.
Credit to smketterer/vue-eel-starter for starting this.