kiliman / tailwindui-crawler

tailwindui-crawler downloads the component HTML files locally
MIT License
756 stars 94 forks source link

auto-convert templates from React/Next to Vue.. feasible ? #66

Closed vesper8 closed 2 years ago

vesper8 commented 2 years ago

I just found out that the new templates are React only and all components are written in JSX. I find this really annoying since all my projects are in Vue and thus integrating the templates means a lot of adaptation.

I'm sure you've had a look at the new templates code.. how difficult do you think it might be to transform the .jsx files to .vue SFCs and if not handle a fully working conversion.. at least save some time by handling the repetitive tasks?