voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.7k stars 500 forks source link

can it be integrated with a VueJS app? #517

Closed ashishkumar-ui closed 5 years ago

ashishkumar-ui commented 5 years ago

I have a vue app which send the emails . I would like to use this for email editor part. is it feasible to do this?

Hiswe commented 5 years ago

@ashishkumar-ui Mosaico is a standalone web application made with Knockout. There is no reasons to integrate it inside a Vue app (no shared model, components, etc.) Just serve it outside your Vue App.

You can find more information here (not same framework but same thing):