logoalt Hacker News

nkmnztoday at 1:30 PM1 replyview on HN

Could this be a transpilation target for existing Vue code to achieve smaller bundle size and higher runtime speed?


Replies

io_erictoday at 4:17 PM

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 :)