基于 Nodejs 的通用型论坛社交系统
- 熟悉 github 操作
- 将你们的画的图都提交上来,路径为
docs/
你的分支名文件夹/你的图文件~
- 将库拉到本地
git clone [email protected]:MoNorth/forum-nodejs.git
- 在 docs 文件夹中新建自己的文件夹,然后将你画的图复制进去
- 切换分支
git checkout 你的分支名
- 提交
git add 你需要提交的文件/文件夹 git commit -m "你本次提交说明" git push
- 发起 pull request , github 网页端切换到你的分支,看看如果没有问题的话点击按钮 new pull request,申请合并到 master
- 话题分类,目录/src/components/index/Classification.vue
- 热门帖子,目录/src/components/index/Hotpost.vue
- 登录,目录/src/components/index/Login.vue
- 推荐博主,目录/src/components/index/Hotblogger.vue