@@ -7,10 +7,12 @@ $ git clone https://github.com/Rynxiao/datepicker.git
$ git tag
$ git checkout v1.0.0
```
-# 重构之后版本
+## 重构之后版本
`tag` v2.0.0
+### node及npm版本
+
```shell
$ node -v
v8.11.3
@@ -22,4 +24,25 @@ $ yarn -v
1.7.0
+### react版本
+``shell
+react v16.5.2
+```
+### 开发模式
+```shell
+yarn install
+yarn start:dev
+### 生产模式
+yarn build