mirror of
https://github.com/glen9527/Clean-Code-zh.git
synced 2025-12-17 18:54:23 +08:00
首次提交
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Clean-Code-zh
|
||||
|
||||
架构整洁之道 中文翻译
|
||||
|
||||
在线阅读:[http://gdut_yy.gitee.io/doc-cleancode/](http://gdut_yy.gitee.io/doc-cleancode/)
|
||||
|
||||
<!-- <img src="./docs/cover.png" width=40%> -->
|
||||
|
||||
## 前言
|
||||
|
||||
## Index
|
||||
|
||||
## 本地开发 & 阅读
|
||||
|
||||
本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验
|
||||
|
||||
依赖于 `node.js`、`yarn`、`vuepress` 等环境
|
||||
|
||||
```sh
|
||||
# vuepress
|
||||
yarn global add vuepress
|
||||
|
||||
# 本地开发
|
||||
git clone https://github.com/gdut-yy/Clean-Code-zh.git
|
||||
cd Clean-Code-zh/
|
||||
yarn docs:dev
|
||||
|
||||
# 本地阅读
|
||||
http://localhost:8080/doc-cleancode/
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[MIT](https://github.com/gdut-yy/Clean-Code-zh/blob/master/LICENSE)
|
||||
Reference in New Issue
Block a user