vue-deno-compiler
vue-deno-compiler copied to clipboard
compiler for sfc vue component
 Screenshot is of vno but the [usage](https://github.com/search?q=repo%3Aopen-source-labs%2FVno%20vue-deno&type=code) is simply importing the module.
I found these as exported functions at the bottom of the very long 1MB compiler script. ``` compileScript, compileStyle, compileStyleAsync, compileTemplate, generateCodeFrame, parse, rewriteDefault, ``` It would be nice to...
Can you please add something to readme or Examples directory around using .vue file. ie load a .vue file and use it on a page. The existing example is just...