# ctb-blogs **Repository Path**: cloud-rockets/ctb-blogs ## Basic Information - **Project Name**: ctb-blogs - **Description**: 测试使用vuepress搭建个人博客网站,可以自动构建 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-22 - **Last Updated**: 2023-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 云游鸟 - node -v - 安装 npm install - npm config get prefix # 安装脚手架工具 npm install @vuepress-reco/theme-cli -g npm run dev 运行 npm run docs:dev 打包 vuepress build docs #### 介绍 vuepress blog #### 软件架构 vuepress + vuepress-theme-reco #### 安装教程 1. cd vuepress-demo && yarn install #### 启动项目 1. yarn run:dev #### 打包项目 1. yarn run:build 个人博客地址 https://cloud-rockets.gitee.io/ctb-blogs/ #### 注意事项 1. 打包后文件位于 `.vuepress/dist` 中,本地浏览页面错乱,需要在所有引用静态资源的前面(css、js、img)加 `./` 2. 推荐 在本地启动一个服务,不用修改可直接查看