Is there a guide for adding support for another "framework"?
haikyuu opened this issue · 0 comments
haikyuu commented
I want to add support for imba and I'm wondering if there is some documentation around that.
The first thing I'm interested in is working with routes.
{
path: '/',
component: HomePage,
}
In imba, I can imba.mount <home>, document.getElementById("page")
and I'm wondering how that would work. Imba component are custom elements.