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 103
103
104
104
## 四、前端
105
105
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
110
143
111
144
112
145
Original file line number Diff line number Diff line change @@ -439,6 +439,8 @@ services:
439
439
440
440
441
441
442
+
443
+
442
444
## 实战3:快速搭建 GitLab
443
445
444
446
GitLab 使用163邮箱发送邮件 - 刘锐群的笔记 - CSDN博客
@@ -460,11 +462,11 @@ services:
460
462
web :
461
463
image : ' twang2218/gitlab-ce-zh:10.5'
462
464
restart : always
463
- hostname : ' 120.92.17.12 '
465
+ hostname : ' 120.131.11.187 '
464
466
environment :
465
467
TZ : ' Asia/Shanghai'
466
468
GITLAB_OMNIBUS_CONFIG : |
467
- external_url 'http://120.92.17.12 :3000'
469
+ external_url 'http://120.131.11.187 :3000'
468
470
gitlab_rails['gitlab_shell_ssh_port'] = 2222
469
471
unicorn['port'] = 8888
470
472
nginx['listen_port'] = 3000
@@ -480,6 +482,14 @@ services:
480
482
481
483
482
484
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
483
493
# 参考资料
484
494
485
495
- [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