-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
RFC: Migrate to Nuxt #1392
Comments
Nuxt should enable a production build that doesn't need a running web server because it has SSG. Opening index.html from a browser on the same device should be enough to run the presentation which will be possible from devices when they are offline and can't install their own web servers such as phones and tablets. |
thanks for creating this RFC, especially as soon as after our talk at Amsterdam ❤️ looking forward to use Nuxt superpowers |
I look forward to this issue. OG image can't be implemented in the current slidev. I'm happy to be able to implement it using the Nuxt OG Image module and Nuxt Devtools. |
My ideal choice for export is an SSG (Static Site Generation) export that can be easily presented using a simple static web server while also being optimized for SEO. |
Migrating Nuxt would allow us to share the Nuxt ecosystem, like installing integrations with Nuxt Modules or so. With the upcoming WebSocket support, it will make it easier to deploy a server-aware slides that are able to sync the presentation with a production build.
Meanwhile, Nuxt's templating, plugins, and module system would help us to organize the code in a better way.
This is a long-term plan that might require quite some effort. We plan to take it in a progressive approach, that we refactor our code base to a Nuxt-friendly way first so later we could migrate with fewer steps.
The text was updated successfully, but these errors were encountered: