Commit c1cfacb2d4c602c4a038ceb773b40e16500c6911
1 parent
15bae144
update readme
update readme
Showing
3 changed files
with
18 additions
and
1 deletions
Show diff stats
README.md
| 1 | 1 | # iview |
| 2 | + | |
| 3 | +### A high quality UI components Library with Vue.js | |
| 4 | + | |
| 5 | +## Docs | |
| 6 | + | |
| 7 | +### [中文文档](https://iview.github.io) | |
| 8 | + | |
| 9 | +## Tip | |
| 10 | + | |
| 11 | +### Most of the components are not yet UI, so stay tuned. | |
| 12 | +###部分组件还没有UI,敬请期待。 | |
| 13 | + | |
| 14 | +## Programming | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | +# We have been in developing, please pay attention to the iView. | |
| 2 | 19 | \ No newline at end of file | ... | ... |
144 KB
package.json
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | "name": "iview", |
| 3 | 3 | "version": "0.0.6", |
| 4 | 4 | "title": "iView", |
| 5 | - "description": "An UI components Library with Vue.js", | |
| 5 | + "description": "A high quality UI components Library with Vue.js", | |
| 6 | 6 | "homepage": "http://www.iviewui.com", |
| 7 | 7 | "keywords": [ |
| 8 | 8 | "iview", | ... | ... |