Browse Source

docs: update readme

yhhu 6 years ago
parent
commit
b87d3c288c
1 changed files with 24 additions and 1 deletions
  1. 24 1
      README.md

+ 24 - 1
README.md

@@ -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
+```
+
+### 生产模式
+
+```shell
+yarn build
+```
+
+
+