vue-deno-compiler
vue-deno-compiler copied to clipboard
Add .vue example
trafficstars
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 based on parsing a string. And saying use compileScript is too vague for me.
In addition, you can also link to vno somewhere in your docs.
I see it uses the compiler here.
https://github.com/open-source-labs/vno/blob/main/src/lib/deps.ts#L31
And one of the uses is here.
https://github.com/open-source-labs/vno/blob/e2c6636eec581536a40773fec05d0891b307ae07/src/lib/utils.ts#L246
But can't figure out yet how to use compiler in my projects.