Skip to content
Project Deployment

Project Deployment

Posted Updated
By 廿四1 min Read

This tutorial guides you on how to deploy a VitePress project.

Build Project

After completing the initial development of the project locally, you can use the pnpm docs:build command to build the website.

The website content will be output to the .vitepress/dist folder of the VitePress project, and these files are the final build result.

Deployment Methods

For deployment methods, please refer to VitePress → Deploy VitePress Site

Changelog

2026-04-14 14:20
View All Changelog