Possible to render .vue single file components without transpiling?

25 Views Asked by At

Can .vue files somehow be executed without transpiling them?

Similar to how .less files can be used directly, by just including the less.js compiler. Basically the less.js will compile the less in memory to css, then inject the css in the page.

Does Vue have something like that, a runtime compiler or something?

0

There are 0 best solutions below