Skip to content

VitePress ​

VitePress is a Static Site Generator built on top of Vite and Vue. It would create a single page component for each of the markdown files and so the whole website would act as an SPA. It also supports some cool features through the Hero property, like adding a header with action buttons. Also, since it's built on top of Vite, edits in md files can be instantly seen in action on a live server.

https://vitepress.dev/guide/getting-started

See it in action here: https://stackblitz.com/edit/vite-up9jrf?file=docs%2Findex.md

Currently, this website runs on top of VitePress.