retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.17k stars 653 forks source link

npm package not working in Vue 3 #513

Closed isjeffcom closed 3 years ago

isjeffcom commented 3 years ago

I don't think rete.js can be used within a Vue 3 project directly (namespace conflict), due to the filters are removed from Vue 3.0 officially . Any plan to fix it? Anyway, thank you~

carl-jin commented 3 years ago

same here

carl-jin commented 3 years ago

i did a PR for support vue3 https://github.com/retejs/vue-render-plugin/pull/35

amirfel4 commented 3 years ago

when this will be fixed? any ETA?

T0miii commented 3 years ago

do we have a status when the PR will be merged?

carl-jin commented 3 years ago

We can't fork or create new project from rete,cuz there have some rete plugins they are binding together.

T0miii commented 3 years ago

I understand thx for the update, made it work with the Stage0 renderer for now.

rebbort commented 3 years ago

How can you build a plugin? I cloned PR and am trying to build with npm run build but get various errors. Is there any way to get an already assembled plugin?

Ni55aN commented 3 years ago

~~I have managed to build the plugin with changes https://github.com/retejs/vue-render-plugin/pull/35 (and some fixes): https://github.com/retejs/vue-render-plugin/tree/vue3~~

Also prepared an example: https://github.com/retejs/examples/tree/master/Vue3

But it has an issue - controls aren't visible image

UPD: fixed in 1.0.0-rc2

Ni55aN commented 3 years ago

the discussion moved to the thread https://github.com/retejs/vue-render-plugin/issues/39 where you can find more information