@@ -11,112 +11,87 @@ actions:
11
11
- text : 工作机会 🏆
12
12
link : /job-chance/job-poster-bytedance.md
13
13
type : secondary
14
- # - text: 公众号文章💡
15
- # link: /wechat-list.md
16
- # type: secondary
17
-
18
- features :
19
- - title : SOLO算法
20
- details : 习题整理,代码通过记录,个人实际解题思路,助力刷题通关
21
- link : /solo-algorithm/
22
- - title : Battle面试官
23
- details : 校招社招八股文集合,分享面经与常见面试题,总结面试套路、经验,对线、Battle面试官丝毫不慌
24
- link : /battle-interview/
25
- - title : 前端
26
- details : 熟练前端基础知识、常用框架,总结、提炼前端部署方案
27
- link : /front-end/
28
- - title : 后端
29
- details : 夯实基础、熟练使用框架,有一定封装能力。造轮子、定制化插件功能,保姆级开发、部署流程
30
- link : /server-end/
31
- - title : 微服务
32
- details : 网关、服务间调用、ELK、消息中间件等对开发有更高要求,学习技术无止境
33
- link : /microservice/
34
- - title : 开发技巧
35
- details : 知识很重要,技巧不可缺。汇总日常软件安装、基础编译、代码管理等琐碎小技巧
36
- link : /develop-skill/
37
- - title : 读书写作
38
- details : 代码虽好,读书提升更为重要,不可偏执一端。人文社科、生活百态都是职场、人生的软技能
39
- link : /read-books/
40
- - title : 自媒体
41
- details : 尝试尝试再尝试,等等我呀。一路磕磕绊绊,自认并无天赋,辛酸、冷暖自知。 做好当下,便是不辜负自己
42
- link : /wechat-list.html
14
+ - text : 公众号文章 💥
15
+ link : /wechat-list.md
16
+ type : secondary
17
+ highlights :
18
+ - header : " "
19
+ image : /assets/image/markdown.svg
20
+ features :
21
+ - title : " 🧠 SOLO算法"
22
+ details : 习题整理,代码通过记录,个人实际解题思路,助力刷题通关
23
+ link : /solo-algorithm/
24
+ - title : " 💡 Battle面试官"
25
+ details : 校招社招八股文集合,分享面经与常见面试题,总结面试套路、经验,对线、Battle面试官丝毫不慌
26
+ link : /battle-interview/
27
+ - title : " 👩🏻💻 前端"
28
+ details : 熟练前端基础知识、常用框架,总结、提炼前端部署方案
29
+ link : /front-end/
30
+ - title : ' 👨🏻💻 后端'
31
+ details : 夯实基础、熟练使用框架,有一定封装能力。造轮子、定制化插件功能,保姆级开发、部署流程
32
+ link : /server-end/
33
+ - title : ' 🕸️ 微服务架构'
34
+ details : 网关、服务间调用、ELK、消息中间件等对开发有更高要求,学习技术无止境
35
+ link : /microservice/
36
+ - title : ' 💫 开发技巧'
37
+ details : 知识很重要,技巧不可缺。汇总日常软件安装、基础编译、代码管理等琐碎小技巧
38
+ link : /develop-skill/
39
+ - title : ' 📖 读书整理'
40
+ details : 代码虽好,读书提升更为重要,不可偏执一端。人文社科、生活百态都是职场、人生的软技能。做好当下,便是不辜负
41
+ link : /read-books/
42
+ - title : ' 💥 公众号文章'
43
+ details : 不定期同步公众号文章,尝试尝试再尝试,等等我呀~
44
+ link : /wechat-list.html
45
+
46
+ - header : 我的开源
47
+ features :
48
+ - title : " 🚀 @142vip/core-x"
49
+ details : " 核心库开源,x代表一切可能性"
50
+ link : https://github.com/142vip/core-x
51
+ - title : " 🤡 408CSFamily"
52
+ details : 计算机408专业课
53
+ link : https://github.com/142vip/408CSFamily
54
+ - title : " 📘 JavaScriptCollection"
55
+ details : Node.js全栈技能包
56
+ link : https://github.com/142vip/JavaScriptCollection
43
57
---
44
58
45
59
[ // ] : # ' <BiliBili bvid="BV1rd4y1V7tB" /> '
46
60
[ // ] : # ' <XiGua id="7195198927220834868" /> '
47
61
48
- ## 本地浏览【推荐】
49
-
50
- 由于平台、网络等原因,在线浏览容易出现加载面、加载不出来等常见问题,因此非常建议在本地进行浏览、学习。
51
-
52
- -
53
-
54
- \* 下面指令默认你已经安装[ Git] ( https://git-scm.com/download ) 、[ NPM] ( https://www.npmjs.com/ ) 、[ PNPM] ( https://www.pnpm.cn/ ) 、[ Yarn] ( https://yarn.bootcss.com/ ) 、[ Node] ( http://nodejs.cn )
55
- 等环境,并对此有一定了解!\*\*
56
-
57
- ::: code-tabs#shell
58
- @tab PNPM(推荐)
59
-
60
- ``` bash:no-line-numbers
61
- ## 进入cmd命令行,直接克隆仓库
62
- git clone https://github.com/142vip/JavaScriptCollection.git
63
-
64
- ## 进入JavaScriptCollection文件夹中
65
- cd JavaScriptCollection/
66
-
67
- ## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
68
- git pull
69
-
70
- ## 下载依赖包
71
- pnpm install
62
+ ---
72
63
73
- ## 执行dev指令,本地启动项目,打开http://localhost:5000即可访问文档
74
- pnpm dev
64
+ ### 本地浏览
75
65
76
- ```
66
+ 由于平台、网络等原因,在线浏览容易出现加载面、加载不出来等常见问题,因此非常建议在本地进行浏览、学习。
77
67
78
- @tab NPM
68
+ > ** 下面指令默认你已经安装[ Git] ( https://git-scm.com/download ) 、[ NPM] ( https://www.npmjs.com/ ) 、[ PNPM] ( https://www.pnpm.cn/ ) 、[ Node] ( http://nodejs.cn )
69
+ > 等环境,并对此有一定了解!**
79
70
80
71
``` bash:no-line-numbers
81
- ## 进入cmd命令行,直接克隆仓库
72
+ # 进入cmd命令行,直接克隆仓库
82
73
git clone https://github.com/142vip/JavaScriptCollection.git
83
74
84
- ## 进入JavaScriptCollection文件夹中
75
+ # 进入JavaScriptCollection文件夹中
85
76
cd JavaScriptCollection/
86
77
87
- ## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
78
+ # tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
88
79
git pull
89
80
90
- ## 下载依赖包
91
- npm install
92
-
93
- ## 执行dev指令,本地启动项目,打开http://localhost:5000即可访问文档
94
- npm run dev
95
-
96
- ```
81
+ # 查看Node、PNPM版本
82
+ node -v
83
+ pnpm -v
97
84
98
- @tab YARN
85
+ # 脚本安装依赖
86
+ ./scripts/ci
99
87
100
- ``` bash:no-line-numbers
101
- ## 进入cmd命令行,直接克隆仓库
102
- git clone https://github.com/142vip/JavaScriptCollection.git
103
-
104
- ## 进入JavaScriptCollection文件夹中
105
- cd JavaScriptCollection/
106
-
107
- ## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
108
- git pull
109
-
110
- ## 下载依赖包
111
- yarn install
112
-
113
- ## 执行dev指令,本地启动项目,打开http://localhost:5000即可访问文档
114
- yarn run dev
88
+ # 或直接安装
89
+ pnpm install
115
90
91
+ # 执行dev指令,本地启动项目,打开http://localhost:5000即可访问文档
92
+ pnpm dev
116
93
```
117
94
118
- :::
119
-
120
95
查看项目启动日志并访问:[ http://127.0.0.1:5000 ] ( http://localhost:5000 ) ,开启学习之旅吧~
121
96
122
97
### 在线浏览
@@ -129,6 +104,4 @@ yarn run dev
129
104
- Netlify: < https://js-collection.netlify.app >
130
105
- Vercel: < https://js-collection.vercel.app >
131
106
132
- [ // ] : # ' 自动引入首页 '
133
-
134
107
<!-- @include: ../README.md#we-media -->
0 commit comments