Attacler/Bart
Attacler/Bart2y ago

What would the benefits for Deno + VueJS (for the frontend only) be?

So basicly using: deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest deno task dev And could this be used in deploy too? (for ssr)
4 Replies
KyleJune
KyleJune2y ago
I'm not familiar with it but if the project it creates uses npm dependencies, it won't work in deploy as deploy doesn't support npm specifiers yet. I think it's not expected to support it until February.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Attacler/Bart
Attacler/Bart2y ago
well im not talking about deno-vue but npm:vue basicly so i can integrate existing projects into deploy/deno
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View