We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318a6e5 commit ea5d696Copy full SHA for ea5d696
README.md
@@ -34,16 +34,18 @@ Taro 是由 [凹凸实验室](https://aotu.io) 倾力打造的多端开发解决
34
35
## 安装
36
37
-需要安装 `Taro` 开发工具 `@tarojs/cli`,`Taro` 版本需要在 `1.0.0-beta.18` 以上
+### 2.x
38
+当 Taro 版本 < 3 时,使用 2.x 版本
39
40
```bash
-npm install -g @tarojs/cli
41
+$ npm install [email protected]
42
```
43
-然后在项目中安装 Taro UI
44
+### 3.x
45
+当 Taro 版本 ≥ 3 时,使用 3.x 版本
46
47
-npm install taro-ui
48
+$ npm install taro-ui@latest
49
50
51
## 使用
0 commit comments