ipyvue
ipyvue copied to clipboard
feat: Vue3 support
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 withexport default {
)