I know that Nuxt 3 is just in RC stage, but has an...
# support-questions
s
I know that Nuxt 3 is just in RC stage, but has anyone gotten it working with it? I’m having a bit of trouble figuring it out. I’ll keep trying things if no one else has used it yet.
r
s
That looks great. I think I can make this work with Nuxt. Thank you!
r
If you do make it, we would appreciate a contribution for it
s
Will do!
r
thanks!
s
Turns out i have to create a nuxt plugin for this to work. Once I make it, I can make a PR that has the plugin
r
That sounds great!
If you have any specific questions, please feel free to ask.
a
Any updates on this ? I see that the vue example is just using React under the hood and that would make the browser load ReactJS just to render the Supertokens component
r
> make the browser load ReactJS just to render the Supertokens component Only on the routes that require to show the auth components (i.e.
/auth/*
). Those routes are lazy loaded and so the other routes are not affected by react
a
yes you are right, but even that is a big no on a production app serving 1000s of people ...
@rp I see there is an ongoing effort from your end to port this directly to vue
Thanks for the resources there !
r
Cool! I also sent an example app thats made in vue and that uses web-js SDK on the other channel.