Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Nuxt.js (Vue) also along with Next.js (React) for SSR #6549

Closed
IamManchanda opened this issue Aug 11, 2020 · 4 comments
Closed

Support Nuxt.js (Vue) also along with Next.js (React) for SSR #6549

IamManchanda opened this issue Aug 11, 2020 · 4 comments
Assignees
Labels
feature-request Request a new feature Nuxt pending-response Issue is pending response from the issue requestor SSR Issues related to Server Side Rendering

Comments

@IamManchanda
Copy link

I looked at this milestone https://github.com/aws-amplify/amplify-js/milestone/26

Would request to please also support Nuxt.js along with Next.js for SSR

https://nuxtjs.org/
https://github.com/nuxt/nuxt.js

@IamManchanda IamManchanda added the feature-request Request a new feature label Aug 11, 2020
@amhinson amhinson added the SSR Issues related to Server Side Rendering label Aug 17, 2020
@funkel1989
Copy link

@IamManchanda the latest amplify releases says it supports nuxt but I can't seem to figure out how to make it all work. Might just be because I'm new to amplify but curious if you've tried yet?

@amhinson
Copy link
Contributor

@IamManchanda @funkel1989 Have you seen @dabit3's recent blog post about adding Amplify auth to a Nuxt app?
https://dev.to/aws/adding-authentication-to-a-nuxt-app-with-aws-amplify-2n84

@funkel1989
Copy link

@amhinson I just looked at it and it looks very similar to what I'm doing but not exactly what I'm looking for. I'm looking to run nuxt in SSR mode and configure page hydration to be done by a lambda or whatever backend infrastructure amplify would spin up for it.

I'm looking to do a deployment like this, only with amplify owning my backend.
https://github.com/tonyfromundefined/nuxt-serverless

In that example it's all done with lambda's but I could care less if it was EKS ECS EC2 Lambda or anything else.

@nadetastic nadetastic assigned nadetastic and unassigned cwomack Dec 14, 2023
@nadetastic
Copy link
Contributor

With Amplify JS v6 we provide an adapter for only Next.js with documentation on how to implement it that can be found here - https://docs.amplify.aws/react/build-a-backend/server-side-rendering/nextjs/

Additionally we provide generic adapters that may be used with other frameworks. You can find documentation on how to use the generic adapters with Nuxt 3 here - docs.amplify.aws/react/build-a-backend/server-side-rendering/nuxt

@nadetastic nadetastic added the pending-response Issue is pending response from the issue requestor label Dec 14, 2023
@cwomack cwomack closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature Nuxt pending-response Issue is pending response from the issue requestor SSR Issues related to Server Side Rendering
Projects
None yet
Development

No branches or pull requests

6 participants