Is it possible to statically generate website from laravel+inertia+vue app #1912
Closed
johnqiuwan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This falls outside the scope of what Inertia is designed to do, but you could look at using something like this to generate static versions of pages: https://github.com/spatie/laravel-export |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to statically generate website from laravel+inertia+vue app ? Hybrid some static page could be serve the request much faster and user friendly. Does any plan inertia will support on ssg generate, which is same as what nextjs is providing. Thank you
Beta Was this translation helpful? Give feedback.
All reactions