# note **Repository Path**: ggiiss/note ## Basic Information - **Project Name**: note - **Description**: 学习笔记 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: https://ggiiss.gitee.io/note - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-17 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习笔记 本项目是我的学习笔记,使用 [vuepress](https://github.com/vuejs/vuepress) 技术搭建 ## 运行 ```sh yarn yarn dev ``` ## 部署 ```sh yarn build cd docs/.vuepress/dist git init git add -A git commit -m "deploy" git push -f https://gitee.com/ggiiss/note.git master:gh-pages ```