File tree Expand file tree Collapse file tree 2 files changed +49
-6
lines changed
Expand file tree Collapse file tree 2 files changed +49
-6
lines changed Original file line number Diff line number Diff line change 103103
104104## 四、前端
105105
106- - HTML(5) / CSS(3) / JS
107- - vue / react / angular
108- - node
109- - npm / yarn
106+ - HTML(5)
107+
108+ - CSS(3)
109+
110+ sass、scss、stylus
111+
112+ - CSS 框架
113+
114+ BootStarp、LayUI
115+
116+ - JavaScript
117+
118+ 基础语法、进阶、ES6
119+
120+ - JavaScript 框架
121+
122+ - Vue
123+ - React
124+ - Angular
125+ - jQuery
126+
127+ - Node
128+
129+ 常用 api、对象池、异常处理、进程通信、高并发
130+
131+ - 静态编译
132+ - Flow
133+ - TypeScript
134+
135+ - 打包工具
136+ - Webpack
137+ - glup
138+ - rollup
139+
140+ - 工具
141+ - npm
142+ - yarn
110143
111144
112145
Original file line number Diff line number Diff line change @@ -439,6 +439,8 @@ services:
439439
440440
441441
442+
443+
442444## 实战3:快速搭建 GitLab
443445
444446GitLab 使用163邮箱发送邮件 - 刘锐群的笔记 - CSDN博客
@@ -460,11 +462,11 @@ services:
460462 web :
461463 image : ' twang2218/gitlab-ce-zh:10.5'
462464 restart : always
463- hostname : ' 120.92.17.12 '
465+ hostname : ' 120.131.11.187 '
464466 environment :
465467 TZ : ' Asia/Shanghai'
466468 GITLAB_OMNIBUS_CONFIG : |
467- external_url 'http://120.92.17.12 :3000'
469+ external_url 'http://120.131.11.187 :3000'
468470 gitlab_rails['gitlab_shell_ssh_port'] = 2222
469471 unicorn['port'] = 8888
470472 nginx['listen_port'] = 3000
@@ -480,6 +482,14 @@ services:
480482
481483
482484
485+
486+
487+
488+
489+
490+
491+
492+
483493# 参考资料
484494
485495- [docker前后分离笔记 - 小翼的前端天地](https://my-fe.pub/post/docker-front-and-backend-separation.html#toc-619)
You can’t perform that action at this time.
0 commit comments