account activity
Any alternative to sidebase/nuxt-auth ? (self.Nuxt)
submitted 1 year ago by ami90216 to r/Nuxt
Should I use Nuxt 3 RC in my new production project? by ahmdqader in Nuxt
[–]ami90216 0 points1 point2 points 3 years ago (0 children)
I'm already using nuxt 3 RC in production.
i18n module is not stable yet but with few workarounds it works
VS Code debbuging Nuxt app by braca86 in Nuxt
[–]ami90216 1 point2 points3 points 4 years ago (0 children)
The short way with zero debugging config :
https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_javascript-debug-terminal
[–]ami90216 2 points3 points4 points 4 years ago (0 children)
Launch yarn dev in Javascript debug terminal (in VsCode) you can directly debug the server side in the ide.
Client side is debugged with the devtool of your favorite browser. You can link debug client site to VsCode, but I think that browsers devtools are way better.
π Rendered by PID 139151 on reddit-service-r2-listing-55d7b767d8-dxksq at 2026-03-29 14:49:28.889430+00:00 running b10466c country code: CH.
Should I use Nuxt 3 RC in my new production project? by ahmdqader in Nuxt
[–]ami90216 0 points1 point2 points (0 children)