How the Vue official documentation website manages SSR? #2407
-
I have cloned the vue official documentation repository locally, run it locally and checked the Now If i go to Why I am interested? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
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