Bubbles
Bubbles3y ago

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
javi
javi3y ago
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>
Bubbles
BubblesOP3y ago
Okay thanks :D I'll look through it and see what I can use.
javi
javi3y ago
No problem!
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
javi
javi3y ago
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
Bubbles
BubblesOP3y ago
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
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Bubbles
BubblesOP3y ago
Lol Currently this future project has enough undocumented stuff already I'm gonna be using 2 rest APIs that have no documentation whatsoever
NeTT
NeTT3y ago
Been looking for vue support for a long while too the only reason I even need to use node these days
Bubbles
BubblesOP3y ago
I really hate that I gotta use node for vue Like deno would be so lovely with even a basic vue compiler

Did you find this page helpful?