# Vuepress **Repository Path**: goldpankit/vuepress ## Basic Information - **Project Name**: Vuepress - **Description**: Vue 驱动的静态网站生成器。适合制作技术文档,项目文档。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 此版本为1.0.0,使用`create-vuepress` 20240818版本(恰逢七月半!)。 ## 前往构建 本仓库为KIT模版代码,不可直接使用。请[前往KIT](http://www.goldpankit.com/space/service/install?space=Vue&service=vuepress&major=1)进行构建。 ## 启动项目 ```shell npm install --registry https://registry.npmmirror.com npm run docs:dev ``` ## 项目部署 执行以下命令进行打包: ```shell npm run docs:build ``` 打包完成后,将生成`docs/.vuepress/dist`目录,将目录部署到服务器上即可。