Commit b13ae9c518d72d1562d61d29ad8c8253557cb119
1 parent
833501a4
update readme
update readme
Showing
2 changed files
with
9 additions
and
50 deletions
Show diff stats
README.md
... | ... | @@ -6,61 +6,17 @@ |
6 | 6 | |
7 | 7 | # iView [](https://travis-ci.org/iview/iview) [](https://www.npmjs.org/package/iview) [](https://npmjs.org/package/iview) [](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
8 | 8 | |
9 | -### A high quality UI Components Library with Vue.js | |
9 | +### A high quality UI Toolkit with both Vue.js 2.0 and 1.0 | |
10 | 10 | |
11 | -> This branch is for Vue 2.x | |
11 | +> This branch is for Vue.js 2.x | |
12 | +> | |
13 | +> [HERE](https://github.com/iview/iview/tree/master) is for Vue.js 1.x | |
12 | 14 | |
13 | 15 | ## Docs |
14 | 16 | |
15 | -### [中文文档](https://www.iviewui.com) | |
17 | +### [中文文档(1.0版)](https://www.iviewui.com) | |
16 | 18 | ### English (Coming soon) |
17 | 19 | |
18 | -## Programming | |
19 | -- [x] Grid | |
20 | -- [x] Layout | |
21 | -- [x] Button | |
22 | -- [x] Icon | |
23 | -- [x] Input | |
24 | -- [x] Radio | |
25 | -- [x] Checkbox | |
26 | -- [x] Switch | |
27 | -- [x] Table | |
28 | -- [x] Select | |
29 | -- [x] Slider | |
30 | -- [x] DatePicker | |
31 | -- [x] TimePicker | |
32 | -- [x] Cascader | |
33 | -- [x] Transfer | |
34 | -- [x] InputNumber | |
35 | -- [x] Rate | |
36 | -- [x] Upload | |
37 | -- [x] Form | |
38 | -- [x] Alert | |
39 | -- [x] Card | |
40 | -- [x] Message | |
41 | -- [x] Notice | |
42 | -- [x] Modal | |
43 | -- [x] Progress | |
44 | -- [x] Badge | |
45 | -- [x] Collapse | |
46 | -- [x] Timeline | |
47 | -- [x] Tag | |
48 | -- [x] Tooltip | |
49 | -- [x] Poptip | |
50 | -- [x] Carousel | |
51 | -- [x] Tree | |
52 | -- [x] Menu | |
53 | -- [x] Tabs | |
54 | -- [x] Dropdown | |
55 | -- [x] Page | |
56 | -- [x] Breadcrumb | |
57 | -- [x] Steps | |
58 | -- [x] LoadingBar | |
59 | -- [x] Circle | |
60 | -- [x] Affix | |
61 | -- [x] BackTop | |
62 | -- [x] Spin | |
63 | - | |
64 | 20 | ## Overview |
65 | 21 | |
66 | 22 | ### [组件概览(Component Overview)](https://www.iviewui.com/overview) |
... | ... | @@ -74,6 +30,9 @@ |
74 | 30 | - Using .vue file development mode |
75 | 31 | - Based on npm + webpack + babel, using ES2015 |
76 | 32 | |
33 | +## Programming | |
34 | + | |
35 | + | |
77 | 36 | ## Install |
78 | 37 | |
79 | 38 | ### Install vue-webpack project in the first place |
... | ... | @@ -95,7 +54,7 @@ Or using script tag for global use |
95 | 54 | |
96 | 55 | ```html |
97 | 56 | <template> |
98 | - <Slider :value.sync="value" range></Slider> | |
57 | + <Slider v-model="value" range></Slider> | |
99 | 58 | </template> |
100 | 59 | <script> |
101 | 60 | export default { | ... | ... |
161 KB