usewaypoint / email-builder-js

A free and open-source block-based email template builder.
https://emailbuilderjs.com
MIT License
308 stars 92 forks source link

Is there a way to use this in vue/nuxt? #105

Closed Q16solver closed 1 month ago

Q16solver commented 1 month ago

Hi! I saw this package in reddit and was very interested in its capabilities and wanted to see if I can hook it up to my nuxt application!

I know it's built with react, but there's been some working going on with web components or the veaury package, so maybe there is a way I can convert it to web component and use it in vue, just want to get a confirmation on if this is feasible before I try, thanks

Q16solver commented 1 month ago

Also a bit of a separate issue, I noticed that EmailLayout is also used to build the block configuration, coudl that also be exported out as a package for convenience? that would be great!

jordanisip commented 1 month ago

Unfortunately, we don't have any experience with Vue, so we won't be able to help here. You are more than welcome to create a Vue fork if you are up for it as I'm sure there are others in the same boat.

Putting the root EmailLayout data in a separate block configuration with it's own package is an interesting idea. We're going to punt on this for now but we'll keep it in mind and consider it further if others find the need for it in the future.