issues
search
widgetti
/
ipyvue
Jupyter widgets base for Vue libraries
MIT License
68
stars
18
forks
source link
feat: Vue3 support
#82
Open
mariobuikhuizen
opened
1 year ago
mariobuikhuizen
commented
1 year ago
TODO:
a way to only supply the compiler for the nodeps version
make hot reloading of template work
[x] make template backward compatible? ( look for
module.exports = {
and replace with
export default {
)
TODO:
module.exports = {
and replace withexport default {
)