design-patterns-for-humans-zh/vuepress
2022-03-10 00:41:48 +08:00
..
docs docs: update guide and vuepress pages 2022-03-10 00:41:48 +08:00
fragments/javascript docs: update guide and vuepress pages 2022-03-10 00:41:48 +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: update guide and vuepress pages 2022-03-10 00:41:48 +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

开始开发

启动本地服务。

yarn dev

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

构建代码

生成静态代码文件。

yarn build

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

格式化代码

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

yarn prettier

待完成清单

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