Skip to content

How the Vue official documentation website manages SSR? #2407

Closed Answered by brc-dd
kiranparajuli589 asked this question in Q&A
Discussion options

You must be logged in to vote

It uses https://vitepress.dev/. The page source is empty in your case because you're checking it in dev mode. Run build and preview to get the HTML with content and head tags.

For your use case, its probably SSG what you need. Try using this: https://github.com/antfu/vite-ssg

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kiranparajuli589
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants