Update README.md
This commit is contained in:
parent
b18a13e5fa
commit
7127b23eb0
|
@ -1,20 +1,24 @@
|
|||
# Design Patterns for Humans ZH - VuePress
|
||||
|
||||
## Init development
|
||||
## 安装依赖 / Init development
|
||||
|
||||
您需要首先安装 [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
|
||||
## 开始开发 / Start development
|
||||
|
||||
```bash
|
||||
yarn dev
|
||||
```
|
||||
|
||||
## Build for production
|
||||
## 构建代码 / Build for production
|
||||
|
||||
```baah
|
||||
yarn build
|
||||
|
|
Loading…
Reference in New Issue
Block a user