I saw that cherry existed and started tinkering a bit. This is fun! I could make a .vue component work with cljs as script language by implementing a vite-plugin compiling with cherry 🎉.
.vue
{{ msg }} count is {{ count }}
👍