-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,12 @@ | |
```bash | ||
npm install uiw --save | ||
|
||
# 通过git仓库安装 | ||
npm i -S git+ssh://[email protected]:uiw-react/uiw.git#v1.2.8 | ||
# 通过GitHub仓库安装 | ||
npm i -S uiw-react/uiw | ||
# 或者 | ||
yarn add uiw-react/uiw | ||
``` | ||
> ps: **通过GitHub仓库安装**的 win 用户请在 `Git Bash` 下执行,因为需要用到 git。 | ||
## 使用 | ||
|
||
|