Skip to content

Commit

Permalink
rename misc/3
Browse files Browse the repository at this point in the history
  • Loading branch information
deepraining committed Oct 21, 2019
1 parent c3e3317 commit 8f219e4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
21. [\[2018-09-17\] css 的弱化与 js 的强化](web-advance/21.md)
22. [\[2018-09-21\] 搭建自己的前端脚手架](web-advance/22.md)
23. [\[2018-10-23\] 如何提升前端性能和响应速度](web-advance/23.md)
24. [\[2019-02-14\] web 项目如何进行 git 多人协作开发](web-advance/24.md)

## 前端扩展

Expand All @@ -49,8 +50,8 @@

## 前端漫谈

1. [\[2018-00-10\] 前端最受欢迎的 UI 框架](web-intro/1.md)
2. [\[2018-09-26\] github 上有趣又实用的前端项目(持续更新,欢迎补充)](web-intro/2.md)
1. [\[2018-00-10\] 前端最受欢迎的 UI 框架](web-collect/1.md)
2. [\[2018-09-26\] github 上有趣又实用的前端项目(持续更新,欢迎补充)](web-collect/2.md)

## JavaScript

Expand All @@ -69,4 +70,3 @@

1. [\[2018-12-28\] gitlab 安装、配置](./misc/1.md)
2. [\[2019-01-15\] api 接口管理工具](./misc/2.md)
3. [\[2019-02-14\] web 项目如何进行 git 多人协作开发](./misc/3.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion web-extend/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ http://www.example.com/page3 -> path/to/page3.html

参考:

- [前端最受欢迎的 UI 框架](../web-intro/1.md)
- [前端最受欢迎的 UI 框架](../web-collect/1.md)

## 6. 定好目录结构

Expand Down
2 changes: 1 addition & 1 deletion web-extend/16.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

当项目变大、多人协作时,我们就需要管理好哪些是正在开发的代码、哪些是提交测试的代码、哪些是已经上线的代码、如何避免代码冲突与线上新代码被旧代码覆盖等等。

具体可以参考:[web 项目如何进行 git 多人协作开发](../misc/3.md)
具体可以参考:[web 项目如何进行 git 多人协作开发](../web-advance/24.md)

### 1.8 可交接性

Expand Down
2 changes: 1 addition & 1 deletion web-extend/4.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

开始开发前,需要先选好基础 `js` 框架,比如 [react](https://github.com/facebook/react)[vue](https://github.com/vuejs/vue)[angular](https://github.com/angular/angular)[jquery](https://github.com/jquery/jquery) 等,因为一旦选定,基本上后面都不能更换了,因为更换的成本太大了。

选好基础 `js` 框架后,可以选一个比较好的 ui 框架,这样可以少写很多代码,可以参考 [前端最受欢迎的 UI 框架](../web-intro/1.md)
选好基础 `js` 框架后,可以选一个比较好的 ui 框架,这样可以少写很多代码,可以参考 [前端最受欢迎的 UI 框架](../web-collect/1.md)

如果页面的定制化程度不高,可以选择一个比较好的页面模板,比如:

Expand Down

0 comments on commit 8f219e4

Please sign in to comment.