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
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•3y ago
Message Not Public
Sign In & Join Server To View
well im not talking about deno-vue but npm:vue
basicly so i can integrate existing projects into deploy/deno
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View