Skip to content

A framework for creating a Python application with an user interface in Vue using Eel.

License

Notifications You must be signed in to change notification settings

Deasilsoft/Vueel

Repository files navigation

Deasilsoft/Vueel

This is a framework for creating a Python application with an user interface in Vue using Eel.

Code Inspector Score CodeFactor Grade LGTM Alerts
Github Watchers Github Stars Github Forks Github Issues Github Contributors Github Commits

Installation for development

  1. Install pip requirements.

    pip install -r requirements.txt
    
  2. Install npm requirements.

    npm install
    

Build the application

  1. Run npm run build to build the app.

    npm run build
    

Run the application

  1. Run app.py to start the app.

    python app.py
    

Make an executable

Follow instructions on ChrisKnott/Eel.

Credits

Credit to smketterer/vue-eel-starter for starting this.

About

A framework for creating a Python application with an user interface in Vue using Eel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published