Update README.md

This commit is contained in:
Lolipop 2021-05-22 00:40:36 +08:00
parent 7488351d5a
commit f71b713a2f

View File

@ -1,24 +1,24 @@
# Design Patterns for Humans ZH - VuePress
## 安装依赖 / Init development
通过 VuePress 部署静态网页。
## 安装依赖
您需要首先安装 [Node.js](https://nodejs.org/en/) >= 8.6 版本。
You need to have installed [Node.js](https://nodejs.org/en/) version >= 8.6 at least.
```bash
# 推荐使用 yarn 管理包
# 您可以使用 npm install -g yarn 安装它
yarn install
```
## 开始开发 / Start development
## 开始开发
```bash
yarn dev
```
## 构建代码 / Build for production
## 构建代码
```baah
yarn build