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