# blog **Repository Path**: aboatedu/blog ## Basic Information - **Project Name**: blog - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aboatedu-技术博客 ## 如何开始 ``` // 进入目录并安装依赖 cd blog && npm install // 启动项目 npm start ``` 打开浏览器,然后通过 http://localhost:8080/blog/ 访问 ## 部署 在根目录下执行: ``` 1、开发前先 git pull 2、git add . 3、git commit -m 'deploy' 4、git pull (为了防止期间有人提交) 5、npm run pb (打包命令,生成docs文件) 6、git add . git commit -m 'deploy' git push (推送远程) 进入到项目里,服务 -> Gitee Pages -> 手动点击更新,等待部署完成 ``` 访问地址: [https://aboatedu.gitee.io/blog/](https://aboatedu.gitee.io/blog/) ## 文档地址 [https://vuepress.vuejs.org/zh/](https://vuepress.vuejs.org/zh/)