Transforms JSX to HTML
Using this simple Babel plugin you can use JSX syntax to write inline HTML templates for Vue components. The plugin searches for JSX parent elements and if an callee name is t
replaces callee and JSX with the same JSX but in a string.
Usage
Example
The plugin transforms the following code:
Vue;
to the following code:
Vue;