Skip to content
/ eel-vue3-bootstrap Public template

template for using eel, python, vue3 and bootstrap together

Notifications You must be signed in to change notification settings

Slluxx/eel-vue3-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eel-vue3-bootstrap

template for using eel, python, vue3 and bootstrap together

notes

Vue-mounted calls the vue method toPy_print, which sends the call with argument to python. Python executes it and sends back a return value.

Python executes fromPy_alert which is exposed in js but does not belong to vue. That method then calls a vue method. maybe this can be shortened in eel? In any case, its considered "anti-pattern" and should be avoided if possible. Since js->python calls can have a return, most things can be handled that way. If you need python to update js dynamically, then you have to use this anti-pattern.

About

template for using eel, python, vue3 and bootstrap together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published