babel-plugin-transform-react-to-vue:将React组件转换为Vue组件(测试版)

时间:2024-02-19 22:20:13
【文件属性】:

文件名称:babel-plugin-transform-react-to-vue:将React组件转换为Vue组件(测试版)

文件大小:51KB

文件格式:ZIP

更新时间:2024-02-19 22:20:13

react plugin babel vue BabelJavaScript

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' import React , { Component } from 'react' class App extends Component { state = { hello : 'world' } myMethod = ( ) => { this . setState ( { hello : 'not world ;)' } ) } render ( )


【文件预览】:
babel-plugin-transform-react-to-vue-master
----example()
--------build.js(343B)
----index.js(14KB)
----package.json(899B)
----test()
--------test.js(5KB)
--------snapshots()
----LICENSE(1KB)
----.gitignore(34B)
----circle.yml(705B)
----README.md(3KB)
----yarn.lock(136KB)
----.editorconfig(187B)
----.gitattributes(12B)

网友评论