Vue 3 and deno
So I'm not much of a web dev myself cuz I don't really like to build websites. But now I've found vue and I'm in love with it. Only drawback is that I need to use node.
Does anyone know if it's possible to use vue with deno? And if so what are the current drawbacks?
10 Replies
You can run vue with vite, check out this repo: https://github.com/bartlomieju/vite-deno-example. Regarding its drawbacks, I’m more of a react guy myself so I cannot help you <:cookie_deno:1002977285734932480>
Okay thanks :D I'll look through it and see what I can use.
No problem!
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I tried to use aleph some time ago and couldn’t make it work (good enough to get a somewhat decent dx) so I don’t recommend it, deno vite seems a project with endless possibilities, but it’s an early release
I don't really care about that. It's likely gonna be hosted on some old hw on my home network. Not exposed to anything
I just need something in a sqlite db and a site to have tables rendered
Like the site will essentially have 2 pages.
One for adding data and the other to display it.
Nothing more than that
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Lol
Currently this future project has enough undocumented stuff already
I'm gonna be using 2 rest APIs that have no documentation whatsoever
Been looking for vue support for a long while too
the only reason I even need to use node these days
I really hate that I gotta use node for vue
Like deno would be so lovely with even a basic vue compiler