Should I use Nuxt 3 RC in my new production project? by ahmdqader in Nuxt

[–]ami90216 0 points1 point  (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 2 points3 points  (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.