design-patterns-for-humans-zh/vuepress
2021-09-22 22:32:04 +08:00
..
docs docs(polish): fix words and polish docs 2021-09-22 22:32:04 +08:00
fragments/javascript docs (prettier): format source text & separate .js code 2021-08-10 15:17:03 +08:00
.gitignore Add VuePress support 2021-05-21 23:50:56 +08:00
.prettierrc.json docs (prettier): format source text & separate .js code 2021-08-10 15:17:03 +08:00
package.json docs (prettier): format source text & separate .js code 2021-08-10 15:17:03 +08:00
README.md docs (prettier): format source text & separate .js code 2021-08-10 15:17:03 +08:00
yarn.lock docs (prettier): format source text & separate .js code 2021-08-10 15:17:03 +08:00

Design Patterns for Humans ZH - VuePress

通过 VuePress 部署本项目。

安装依赖

您需要首先安装 Node.js >= 8.6 版本。

# 推荐使用 yarn 管理包
# 您可以使用 npm install -g yarn 安装它
yarn install

开始开发

启动本地服务。

yarn dev

修改代码将自动触发热重载。

构建代码

生成静态代码文件。

yarn build

默认存放路径为 ./docs/.vuepress/dist

格式化代码

提交代码前使用 Prettier 修复代码格式。

yarn prettier

待完成清单

  • 添加多编程语言支持。
    • PHP
    • Python
    • ...