# atguigu_utils-docs **Repository Path**: xfzhang/atguigu_utils-docs ## Basic Information - **Project Name**: atguigu_utils-docs - **Description**: 工具函数库的文档库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 笔记 ## 1.本地运行说明 - 运行命令: npm run doc:dev - 点击控制台提示链接访问网页文档 ## 2.使用VuePress搭建github在线文档/blog - 创建一个远程仓库 xxx_utils-docs - 修改docs/.vuepress/config.js: base: '/xxx_utils-docs/' - 打包文档: npm run doc:build - 将项目推送到github - git init - git add . - git commit -m "init" - git push origin master - 发布文档: npm run doc:deploy - 访问在线文档: https://zxfjd3g.github.io/xxx_utils-docs/ (可能要等待一定的时间)