Commit 2218620b53aa4928c1aee56f0a617f0cf96d9a4c
Committed by
GitHub
1 parent
e48950bd
Update README.md
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
README.md
| ... | ... | @@ -35,10 +35,12 @@ Use [iview-project](https://github.com/iview/iview-project)(Recommended) Or [vue |
| 35 | 35 | |
| 36 | 36 | ### Install iView |
| 37 | 37 | |
| 38 | -```bash | |
| 39 | -// using npm | |
| 38 | +using npm | |
| 39 | +``` | |
| 40 | 40 | npm install iview --save |
| 41 | -// using script tag for global use | |
| 41 | +``` | |
| 42 | +Or using script tag for global use | |
| 43 | +``` | |
| 42 | 44 | <script type="text/javascript" src="iview.min.js"></script> |
| 43 | 45 | ``` |
| 44 | 46 | ... | ... |