@@ -132,14 +132,20 @@ npm run dev
132132
133133Apache-2.0 © [ wkylin] ( https://github.com/wkylin )
134134
135+ ---
136+
135137## 🌐 约定式提交
1361381 . [ 约定式提交] ( https://www.conventionalcommits.org/zh-hans/v1.0.0/ )
1371392 . [ 语义化版本 2.0.0] ( https://semver.org/lang/zh-CN/ )
138140
141+ ---
142+
139143## 📄 架构
140144
141145![ whiteboard_exported_image] ( https://github.com/wkylin/pro-react-admin/assets/1208330/c28852c2-7efe-407f-80f8-41d741ef3108 )
142146
147+ ---
148+
143149## 📝 脚手架--白泽 baize
144150
145151- 可以使用为此项目准备的脚手架开发--白泽 baize
@@ -149,18 +155,24 @@ Apache-2.0 © [wkylin](https://github.com/wkylin)
149155 > baize
150156 ```
151157
158+ ---
159+
152160## 📝自动化持续代码审查工具
153161
1541621 . [ DeepSource/] ( https://deepsource.io/ )
1551632 . [ DeepScan] ( https://deepscan.io/ )
1561643 . [ SonarQube] ( https://www.sonarsource.com/ )
157165
166+ ---
167+
158168## 📝 Mac 本地部署 SonarQube
159169
1601701 . [ SonarQube for Mac] ( https://juejin.cn/post/7210005376652886077 )
1611712 . [ Gitlab for Mac] ( https://juejin.cn/post/7210746685802397755 )
1621723 . [ Gitlab CI/CD for Mac] ( https://juejin.cn/post/7214686619097874491 )
163173
174+ ---
175+
164176## 📝 Nginx
165177
1661781 . [ Mac Nginx] ( https://newbedev.com/how-to-restart-nginx-on-mac-os-x )
@@ -254,11 +266,15 @@ Apache-2.0 © [wkylin](https://github.com/wkylin)
254266 5. nginx -s reopen
255267 ` ` `
256268
269+ ---
270+
257271# # 📝 Tree Node Cli
258272
259- 1. npm install -g tree-node-cli
260- 2. Mac: tree -L 2 -I " node_modules" -r -F
261- 3. Win: treee -L 2 -I " node_modules" -r -F
273+ 1. npm install -g tree-node-cli
274+ 2. Mac: tree -L 2 -I " node_modules" -r -F
275+ 3. Win: treee -L 2 -I " node_modules" -r -F
276+
277+ ---
262278
263279# # 📝 Webpack Analyse
264280
@@ -270,14 +286,14 @@ Apache-2.0 © [wkylin](https://github.com/wkylin)
270286
2712872. 依赖分析
272288
273- ` ` ` bash
274- 1. npm run js-analyzer
275- 2. " standard" : " standard src/\*_/_" ,
276- 3. " standard:fix" : " standard --fix src/\*_/_" ,
277- 4. rm -rf package-lock.json
278- ` ` `
279-
289+ ` ` ` bash
290+ 1. npm run js-analyzer
291+ 2. " standard" : " standard src/\*_/_" ,
292+ 3. " standard:fix" : " standard --fix src/\*_/_" ,
293+ 4. rm -rf package-lock.json
294+ ` ` `
280295
296+ ---
281297
282298
283299# # 📝 GitHub Proxy
0 commit comments