babel plugin transform react to vue:将React组件转换为Vue组件(测试版) 源码
babel插件转换成vue 安装 yarn add babel-plugin-transform-react-to-vue --dev 用法 { "plugins" : [ "transform-react-to-vue" ] } 注意:如果您希望它与实验性ECMAScript功能(如class-properties )一起使用,请将该插件与babel-plugin-syntax-class-properties ,或者将其与babel-plugin-transform-class-properties一起使用。 输入: import ReactDOM from 'react-dom
下载地址
用户评论