Skip to content

Commit 960ad8c

Browse files
committed
chore: readme
1 parent 0f55760 commit 960ad8c

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

README.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,20 @@ npm run dev
132132

133133
Apache-2.0 © [wkylin](https://github.com/wkylin)
134134

135+
---
136+
135137
## 🌐 约定式提交
136138
1. [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
137139
2. [语义化版本 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

154162
1. [DeepSource/](https://deepsource.io/)
155163
2. [DeepScan](https://deepscan.io/)
156164
3. [SonarQube](https://www.sonarsource.com/)
157165

166+
---
167+
158168
## 📝 Mac 本地部署 SonarQube
159169

160170
1. [SonarQube for Mac](https://juejin.cn/post/7210005376652886077)
161171
2. [Gitlab for Mac](https://juejin.cn/post/7210746685802397755)
162172
3. [Gitlab CI/CD for Mac](https://juejin.cn/post/7214686619097874491)
163173

174+
---
175+
164176
## 📝 Nginx
165177

166178
1. [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
271287
2. 依赖分析
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

Comments
 (0)