Commit fded311fa5a4e78f4fde66a7877d50f963ef10a6
1 parent
4b9ebcd5
update readme
Showing
1 changed file
with
16 additions
and
10 deletions
Show diff stats
README.md
| @@ -27,25 +27,25 @@ | @@ -27,25 +27,25 @@ | ||
| 27 | 27 | ||
| 28 | ## Overview | 28 | ## Overview |
| 29 | 29 | ||
| 30 | -### [组件概览(Component Overview)](https://www.iviewui.com/overview) | 30 | +### [Component Overview](https://www.iviewui.com/overview) |
| 31 | 31 | ||
| 32 | ## Features | 32 | ## Features |
| 33 | 33 | ||
| 34 | -- High quality and rich functions | ||
| 35 | -- Friendly APIs,free and flexible | ||
| 36 | -- Great Documentation | 34 | +- Dozens of useful and beautiful components. |
| 35 | +- Friendly API. It's made for people with all skill levels. | ||
| 36 | +- Extensive documentation. | ||
| 37 | - It is quite beautiful | 37 | - It is quite beautiful |
| 38 | -- Support Vue.js 2 and Vue.js 1 | ||
| 39 | -- Based on npm + webpack + babel, using ES2015 | 38 | +- Support Vue.js 2 and Vue.js 1. |
| 40 | 39 | ||
| 41 | ## Programming | 40 | ## Programming |
| 42 |  | 41 |  |
| 43 | 42 | ||
| 44 | ## Install | 43 | ## Install |
| 45 | 44 | ||
| 46 | -### Install vue-webpack project in the first place | 45 | +### Install webpack project in the first place |
| 46 | +We recommend you install project through [iView Cli](https://github.com/iview/iview-cli) Or [iview-project](https://github.com/iview/iview-project). | ||
| 47 | 47 | ||
| 48 | -Use [iview-project](https://github.com/iview/iview-project)(Recommended) Or [vue-cli](https://github.com/vuejs/vue-cli) | 48 | +You can also use [vue-cli](https://github.com/vuejs/vue-cli). |
| 49 | 49 | ||
| 50 | ### Install iView | 50 | ### Install iView |
| 51 | 51 | ||
| @@ -79,9 +79,15 @@ Use css | @@ -79,9 +79,15 @@ Use css | ||
| 79 | import 'iview/dist/styles/iview.css'; | 79 | import 'iview/dist/styles/iview.css'; |
| 80 | ``` | 80 | ``` |
| 81 | 81 | ||
| 82 | -## Browser Support | 82 | +## Compatibility |
| 83 | + | ||
| 84 | +- Support Vue.js 2.x | ||
| 85 | +- Support Vue.js 1.x [Visit 1.0 doc](http://v1.iviewui.com/) | ||
| 86 | +- Support SSR | ||
| 87 | +- Support Nuxt.js | ||
| 88 | +- [Electron](http://electron.atom.io/) | ||
| 89 | +- iView does not support IE8 or below since [Vue.js](https://vuejs.org/v2/guide/reactivity.html) is using Object.defineProperty which do not be supported by these browsers to track changes. | ||
| 83 | 90 | ||
| 84 | -Normal browsers and Internet Explorer 9+. | ||
| 85 | 91 | ||
| 86 | ## Major Contributors | 92 | ## Major Contributors |
| 87 | |Name |Avatar | | 93 | |Name |Avatar | |