Commit d5ce7bd4b64f6e82cd8e1f4271e703c751c8f5db

Authored by 梁灏
1 parent 9980fff4

update readme

update readme
Showing 1 changed file with 47 additions and 5 deletions   Show diff stats
@@ -8,13 +8,59 @@ @@ -8,13 +8,59 @@
8 8
9 ### A high quality UI Components Library with Vue.js 9 ### A high quality UI Components Library with Vue.js
10 10
11 -> iView works only with Vue 1.0 currently. We have been in developing. English document is coming soon. Please pay attention to the iView. 11 +> This branch is for Vue 2.x
12 12
13 ## Docs 13 ## Docs
14 14
15 ### [中文文档](https://www.iviewui.com) 15 ### [中文文档](https://www.iviewui.com)
16 ### English (Coming soon) 16 ### English (Coming soon)
17 17
  18 +## Programming
  19 +- [ ] Grid
  20 +- [ ] Layout
  21 +- [ ] Button
  22 +- [ ] Icon
  23 +- [ ] Input
  24 +- [ ] Radio
  25 +- [ ] Checkbox
  26 +- [ ] Switch
  27 +- [ ] Table
  28 +- [ ] Select
  29 +- [ ] Slider
  30 +- [ ] DatePicker
  31 +- [ ] TimePicker
  32 +- [ ] Cascader
  33 +- [ ] Transfer
  34 +- [ ] InputNumber
  35 +- [ ] Rate
  36 +- [ ] Upload
  37 +- [ ] Form
  38 +- [ ] Alert
  39 +- [ ] Card
  40 +- [ ] Message
  41 +- [ ] Notice
  42 +- [ ] Modal
  43 +- [ ] Progress
  44 +- [ ] Badge
  45 +- [ ] Collapse
  46 +- [ ] Timeline
  47 +- [ ] Tag
  48 +- [ ] Tooltip
  49 +- [ ] Poptip
  50 +- [ ] Carousel
  51 +- [ ] Tree
  52 +- [ ] Menu
  53 +- [ ] Tabs
  54 +- [ ] Dropdown
  55 +- [ ] Page
  56 +- [ ] Breadcrumb
  57 +- [ ] Steps
  58 +- [ ] LoadingBar
  59 +- [ ] Circle
  60 +- [ ] Affix
  61 +- [ ] BackTop
  62 +- [ ] Spin
  63 +
18 ## Overview 64 ## Overview
19 65
20 ### [组件概览(Component Overview)](https://www.iviewui.com/overview) 66 ### [组件概览(Component Overview)](https://www.iviewui.com/overview)
@@ -28,10 +74,6 @@ @@ -28,10 +74,6 @@
28 - Using .vue file development mode 74 - Using .vue file development mode
29 - Based on npm + webpack + babel, using ES2015 75 - Based on npm + webpack + babel, using ES2015
30 76
31 -## Programming  
32 -  
33 -![iView](https://raw.githubusercontent.com/iview/iview/master/assets/iview.png)  
34 -  
35 ## Install 77 ## Install
36 78
37 ### Install vue-webpack project in the first place 79 ### Install vue-webpack project in the first place