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

Add .vue example

Open MichaelCurrin opened this issue 4 years ago • 1 comments
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.

MichaelCurrin avatar Feb 11 '21 05:02 MichaelCurrin

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.

MichaelCurrin avatar Feb 11 '21 08:02 MichaelCurrin