Skip to content

Commit

Permalink
Merge pull request #8 from greatjiang/feature/note
Browse files Browse the repository at this point in the history
架构教程
  • Loading branch information
greatjiang authored Jun 8, 2024
2 parents 4c862fa + 4c0a2da commit 635403c
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 38 deletions.
13 changes: 13 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ export default defineConfig({
items: [
{ text: '全栈日记', link: '/projects/full-stack-journal' },
{ text: 'Vue3组件库', link: '/projects/vue3-components' },
{
text: '完整的企业级项目架构教程',
collapsed: true,
link: '/projects/architect/overview.md',
items: [
// { text: '项目概述', link: '/projects/architect/overview.md' },
{ text: 'gitlab搭建', link: '/projects/architect/gitlab.md' },
{ text: 'h5项目脚手架', link: '/projects/architect/h5.md' },
{ text: '后端接口API', link: '/projects/architect/api.md' },
{ text: '后台管理系统', link: '/projects/architect/admin.md' },
{ text: '服务器部署', link: '/projects/architect/server.md' }
]
},
]
},
],
Expand Down
11 changes: 0 additions & 11 deletions docs/course/gitlab-macos.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/course/memo.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/course/total.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/projects/architect/admin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.后台管理系统
2 changes: 2 additions & 0 deletions docs/projects/architect/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.后端RESTful API
JWT鉴权
6 changes: 6 additions & 0 deletions docs/projects/architect/gitlab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.搭建gitlab
创建项目
gitflow
workflows
用户创建
权限分配
2 changes: 2 additions & 0 deletions docs/projects/architect/h5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2.多页面h5活动脚手架
Nodejs url地址转发
17 changes: 17 additions & 0 deletions docs/projects/architect/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 项目概述
项目描述:
完整的企业级项目架构教程。

功能描述:
1.使用gitlab进行版本管理
2.h5游戏活动
3.后端接口服务
4.后台管理系统
5.服务器部署

搭建流程:
1.搭建gitlab
2.搭建多页面h5项目
3.搭建后端接口
4.搭建后台管理系统
5.服务器部署
2 changes: 2 additions & 0 deletions docs/projects/architect/server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
5.服务器部署
nginx

0 comments on commit 635403c

Please sign in to comment.