Pārlūkot izejas kodu

docs: update readme

yhhu 6 gadi atpakaļ
vecāks
revīzija
b87d3c288c
1 mainītis faili ar 24 papildinājumiem un 1 dzēšanām
  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
+```
+
+
+