You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the resources and examples for this plug-in assume that the application we are using is a new application that supports NPM/Node or Yarn. In some cases, we have existing MVC applications build on older versions of .NET or Visual Studio and the technical lift to reengineer it would be to great.
It would be helpful if there was a way to transcompile Vue JSX without all these component much like the way BabelJS works for React. Can this plug-in be used with just the .JS version? Any articles or walkthroughs that explains this would be great.
I found a minified version of his plugin here, but when I try to use the following script tag, nothing happens. No errors are emitted either. (Note: I set the script's tag to "text/babel" because I assumed that it worked like it would for React using BabelJS. If there is a different script type value that I should be using, please specify.)
Hello All,
Most of the resources and examples for this plug-in assume that the application we are using is a new application that supports NPM/Node or Yarn. In some cases, we have existing MVC applications build on older versions of .NET or Visual Studio and the technical lift to reengineer it would be to great.
It would be helpful if there was a way to transcompile Vue JSX without all these component much like the way BabelJS works for React. Can this plug-in be used with just the .JS version? Any articles or walkthroughs that explains this would be great.
I found a minified version of his plugin here, but when I try to use the following script tag, nothing happens. No errors are emitted either. (Note: I set the script's tag to "text/babel" because I assumed that it worked like it would for React using BabelJS. If there is a different script type value that I should be using, please specify.)
The text was updated successfully, but these errors were encountered: