# TestOnVuepress **Repository Path**: bournez/test-on-vuepress ## Basic Information - **Project Name**: TestOnVuepress - **Description**: Vuepress试验 文稿源自https://gitee.com/rtos_yuan/oh_app.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-25 - **Last Updated**: 2023-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TestOnVuepress ## 本地部署 如果需要本机或局域网部署,可以参考下步骤: 本地部署本站点,需要安装 [yarn](https://docsify.js.org/#/quickstart)。先需要本地安装[Node.js](https://nodejs.org/en/download),安装[Node.js](https://nodejs.org/en/download)后,执行下述命令安装 [yarn](https://classic.yarnpkg.com/en/docs/getting-started): ```shell npm install --global yarn ``` 然后检出本[源码仓库](https://gitee.com/bournez/test-on-vuepress),在检出的源码仓库docs目录下通过 [yarn](https://classic.yarnpkg.com/en/docs/getting-started) 安装 [vuepress](https://vuepress.vuejs.org/guide/getting-started.html) : ```shell yarn add -D vuepress ``` 最后在docs目录下,通过下述命令部署: ```shell yarn dev ``` 然后通过[http://localhost:8081/](http://localhost:8081/)访问即可,也快使用IP地址在局域网分享给同事访问。