vue-email / vue-email

šŸ’Œ Write email templates with vue
https://vuemail.net
MIT License
744 stars 32 forks source link

WIP: fix: add support for nuxt layers, closes #106 #113

Closed madebyfabian closed 6 months ago

madebyfabian commented 7 months ago

Closes vue-email/nuxt#4.

It adds support for layers according to Nuxt Docs. Goal is to use the /emails folder from an imported layer.

Currently, it works, but when starting an application, you get this console message:

Could not resolve id vue-email /Users/fabian/.../nuxt-mail-layer-reprod/emails/Test.vue
Could not resolve id vue-email /Users/fabian/.../nuxt-mail-layer-reprod/emails/Test.vue
Could not resolve id vue-email /Users/fabian/.../nuxt-mail-layer-reprod/emails/Test.vue
Could not resolve id vue-email /Users/fabian/.../nuxt-mail-layer-reprod/emails/Test.vue
Could not resolve id vue-email /Users/fabian/.../nuxt-mail-layer-reprod/emails/Test.vue

Which I am sure is easily fixable.

Test setup:

vercel[bot] commented 7 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @Dave136 on Vercel.

@Dave136 first needs to authorize it.

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ā†—ļøŽ

Name Status Preview Comments Updated (UTC)
vue-email-demo āœ… Ready (Inspect) Visit Preview šŸ’¬ Add feedback Nov 19, 2023 7:57am
Flowko commented 6 months ago

closed, due spliting the library into different packages, will make sure to add this feature on the nuxt implementation at https://github.com/vue-email/nuxt