pure-vue
pure-vue copied to clipboard
Inject PureScript compiled code in SFC script block
We should be able to inject a purescript compiled function in a SFC script block
- [ ] build
PureVue.compileScript
function which usespurs
binary to output javascript code - [ ] build vite
plugin-purevue
that compiles usingPureVue.compileScript
- [ ] somehow run vite plugin-vue after
plugin-purevue
compiled purescript to javascript