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

Can this be used with github pages? #19

Closed
dan-gamble opened this issue Nov 28, 2016 · 12 comments
Closed

Can this be used with github pages? #19

dan-gamble opened this issue Nov 28, 2016 · 12 comments

Comments

@dan-gamble
Copy link

dan-gamble commented Nov 28, 2016

I'm looking into multiple static site generators and i love using Vue, would i be able to use this with github pages or would i need to deploy it somewhere like DO? :)

This feature request is available on Nuxt.js community (#c4)
@Atinux
Copy link
Member

Atinux commented Nov 28, 2016

It is possible :)
The command is nuxt generate, and will generate all the pages for your web application, you can take a look at https://github.com/alexchopin/alexchopin.github.io

@Atinux
Copy link
Member

Atinux commented Nov 28, 2016

Look especially at the package.json

@dan-gamble
Copy link
Author

Awesome 👍 It looks like it has SSR too, didn't think that would be possible!

@Atinux
Copy link
Member

Atinux commented Nov 28, 2016

For me, it is the most powerful feature of Nuxt.js, we call it with my brother: serverless rendered

@Atinux Atinux closed this as completed Nov 28, 2016
@dan-gamble
Copy link
Author

Dayum, gonna give it a try now. Thanks :)

@Atinux
Copy link
Member

Atinux commented Nov 28, 2016

Our documentation website will be generated and hosted on Github pages, backed by AWS lambda to regenerate the website if a commit is pushed to the master branch. Infinite possibilities 🔥

@dan-gamble
Copy link
Author

Can't wait to see it :)

@thedamon
Copy link

thedamon commented Apr 4, 2017

Is that what's happening now? Looking at package.json looks like you're using Surge. some docs around the recommended approach to this would be great esp since dist is in the .gitignore. Although honestly, Surge looks really cool ;)

@Atinux
Copy link
Member

Atinux commented Apr 4, 2017

For nuxtjs.org we use surge.sh @thedamon since it's easier for us to use it to manage multiple domains :)

@thedamon
Copy link

thedamon commented Apr 4, 2017

Yeah It looks pretty neat! I am thinking of setting it up for my project, too since it might be just as/more straightforward than github pages

@justinshea
Copy link

Hi @Atinux - Are you aware of any current documentation or examples that show the workflow for using AWS Lambda to generate static nuxt site to cdn (like gh pages or s3)? The part I am having trouble understanding is how the updated app code package from repository (with dependencies) would get into lambda after function is called by webhook/sns...

@lock
Copy link

lock bot commented Nov 1, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 1, 2018
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants