Vuera lib migrated to TS
npm install vuera-tsThis is the vuera lib from akxcv (amazing effort man!). Check it Vuera GH.
Due to inactivity in vuera part, I've decided to move forward with vuera-ts and maintain it for my professional work.
Check ./webpack_vue2 example. I prefer to control myself how files are loaded, so the project is a simple vue2 project build from scratch using webpack v5 .
In a nutshell:
yarn add vuera-ts
``tsx
import { ReactInVue } from "vuera-ts";
import { TestComp } from "./react_ui";
const TestCompInVue = ReactInVue(TestComp);
`
Then you can use TestCompInVue in your Vue component. Register it in Vue.components then add it to your template like so:
`jsx`
This is a children from Vue - it updates on Hot Reload! :D
git clone git@github.com:nmpribeiro/vuera-ts.git
yarn
yarn build
yarn publish
* [ ] Setup webpack_vue3 examplewebpack_react` example
* [ ] Setup
* [ ] Check if Vue in react works (I am not very motivated to do it)
I really enjoy people recognizing others. Therefore, whoever contributes to our project will have a mention here :)
I am very grateful!