# vuepress-helper **Repository Path**: spark-rise/vuepress-helper ## Basic Information - **Project Name**: vuepress-helper - **Description**: 帮助文档搭建框架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-02-28 - **Last Updated**: 2024-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VuePress 帮助文档项目框架 #### 安装vuePress ```` npm install -D vuepress # 或者 yarn add -D vuepress ```` #### 启动项目 ```` npm run docs:dev # 或者 yarn docs:dev ```` #### 参考地址 https://vuepress.vuejs.org/zh/guide/getting-started.html