Search for a command to run...
Static site generator built for documentation, with a markdown-centric workflow and Vue at its core. Renders each page as static HTML at build time, then runs as a single-page application for instant navigation once loaded.
VuePress is part of the Vue ecosystem and powers documentation for many Vue-based projects. It differentiates from alternatives like Docusaurus or MkDocs by letting developers embed Vue components directly in markdown and build custom themes with Vue. Supports both Vite and Webpack as bundlers, with Vite recommended for faster builds.
Key features:
Common targets: documentation sites for libraries and APIs, technical wikis, internal team knowledge bases, and open-source project docs. Vue developers can leverage their existing skills to customize layouts, add interactive demos inside markdown, and integrate with CI/CD for automated doc deployments.