Skip to content

lobozhu/cleancode-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean-Code-zh

《代码整洁之道》部分中文翻译

可能来自于 https://github.com/gdut-yy,目前已经被删除,Fork维护。

在线阅读:https://iszhaoxg.github.io/cleancode-book/

前言

Index

本地开发 & 阅读

本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验

依赖于 node.jsyarnvuepress 等环境

# vuepress
yarn add -D vuepress

# 本地开发
git clone https://github.com/iszhaoxg/cleancode-book.git
cd cleancode-book/
yarn docs:dev

# 本地阅读
http://localhost:8080/cleancode-book/

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%