Comment by nkmnz
7 hours ago
Could this be a transpilation target for existing Vue code to achieve smaller bundle size and higher runtime speed?
7 hours ago
Could this be a transpilation target for existing Vue code to achieve smaller bundle size and higher runtime speed?
Possible in theory, but a Vue→Coi transpiler would be complex given the different reactivity models and syntax.
Most practical approach: AI-assisted conversion. Feed an LLM the Coi docs + your Vue code and let it transform components. For migrating existing codebases, that's likely the most efficient path.
For new code, writing Coi directly is simpler :)