README
react
Use react components in the Vue project
import VueReact from "vext-react";
Vue.use(VueReact);
import TweenOne from "rc-tween-one";
Vue.useReact("TweenOne", TweenOne);
Use react components in the Vue project
<script type="module">
import vextReact from 'https://cdn.skypack.dev/vext-react';
</script>
Use react components in the Vue project
import VueReact from "vext-react";
Vue.use(VueReact);
import TweenOne from "rc-tween-one";
Vue.useReact("TweenOne", TweenOne);