Can't find useful documentation for cases outside vue/nuxt/nitro apps #217
-
I'm coding a vue3 app using a Supabase backend. Supabase use Deno to run edge functions. At first, I was using vue-email in the vue3 app (I know it's wrong) and it works pefectly, but I need to move email logic to an edge-function. I can't find any documentation about Deno and vue-email. There is only a closed issue in this repo, Actually, there are links in NPM website which leads to non existing URLs. Where can I find an updated documentation or an implementation guide? |
Beta Was this translation helpful? Give feedback.
Answered by
gabalicious
Mar 24, 2025
Replies: 1 comment 1 reply
-
It works with node without a bundler. render.mjs
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iPy849
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works with node without a bundler.
render.mjs