vue-deno-compiler icon indicating copy to clipboard operation
vue-deno-compiler copied to clipboard

compiler for sfc vue component

Results 3 vue-deno-compiler issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://github.com/crewdevio/vue-deno-compiler/assets/2322497/064b058c-dbb5-4eab-be13-22befaeccc73) 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...