design-patterns-for-humans-zh/vuepress
2021-05-21 23:59:24 +08:00
..
docs Add VuePress support 2021-05-21 23:50:56 +08:00
favicon Add VuePress support 2021-05-21 23:50:56 +08:00
.gitignore Add VuePress support 2021-05-21 23:50:56 +08:00
package.json Add VuePress support 2021-05-21 23:50:56 +08:00
README.md Update README.md 2021-05-21 23:59:24 +08:00
yarn.lock Add VuePress support 2021-05-21 23:50:56 +08:00

Design Patterns for Humans ZH - VuePress

安装依赖 / Init development

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

You need to have installed Node.js version >= 8.6 at least.

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

开始开发 / Start development

yarn dev

构建代码 / Build for production

yarn build