Merge pull request #2185 from md678685/patch-1

Fix some English grammar in README
This commit is contained in:
Aresn 2017-10-24 19:14:01 -05:00 committed by GitHub
commit 8711920b2e

View file

@ -13,11 +13,11 @@
![CSS gzip size](http://img.badgesize.io/https://unpkg.com/iview/dist/styles/iview.css?compression=gzip&label=gzip%20size:%20CSS&style=flat-square) ![CSS gzip size](http://img.badgesize.io/https://unpkg.com/iview/dist/styles/iview.css?compression=gzip&label=gzip%20size:%20CSS&style=flat-square)
[![Join the chat at https://gitter.im/iview/iview](https://img.shields.io/badge/chat-on_gitter-30b392.svg?style=flat-square)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/iview/iview](https://img.shields.io/badge/chat-on_gitter-30b392.svg?style=flat-square)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
### A high quality UI Toolkit built on Vue.js. ### A high quality UI Toolkit built on Vue.js.
> This branch is for Vue.js 2.x > This branch is for Vue.js 2.x.
> >
> [HERE](https://github.com/iview/iview/tree/master) is for Vue.js 1.x > The branch for Vue.js 1.x can be found [here](https://github.com/iview/iview/tree/master).
## Docs ## Docs
@ -32,31 +32,32 @@
## Features ## Features
- Dozens of useful and beautiful components. - Dozens of useful and beautiful components.
- Friendly API. It's made for people with all skill levels. - Friendly API. It's made for people with any skill level.
- Extensive documentation and demos. - Extensive documentation and demos.
- It is quite beautiful. - It is quite beautiful.
- Supports Vue.js 2 and Vue.js 1. - Supports both Vue.js 2 and Vue.js 1.
## Install ## Install
> Please install Webpack first > Please install Webpack first!
We recommend you install project through [iView Cli](https://github.com/iview/iview-cli) Or [iview-project](https://github.com/iview/iview-project). You can also use [vue-cli](https://github.com/vuejs/vue-cli). We recommend you create your project through [iView Cli](https://github.com/iview/iview-cli) or [iview-project](https://github.com/iview/iview-project). You can also use [vue-cli](https://github.com/vuejs/vue-cli).
### Install iView ### Install iView
using npm Using npm:
``` ```
npm install iview --save npm install iview --save
``` ```
Or using script tag for global use
Using a script tag for global use:
```html ```html
<script type="text/javascript" src="iview.min.js"></script> <script type="text/javascript" src="iview.min.js"></script>
<link rel="stylesheet" href="dist/styles/iview.css"> <link rel="stylesheet" href="dist/styles/iview.css">
``` ```
More info [in the website](https://www.iviewui.com/docs/guide/install-en) You can find more info [on the website](https://www.iviewui.com/docs/guide/install-en).
## Usage ## Usage
@ -83,20 +84,20 @@ import 'iview/dist/styles/iview.css';
## Compatibility ## Compatibility
- Support Vue.js 2.x - Supports Vue.js 2.x
- Support Vue.js 1.x [Visit 1.0 doc](http://v1.iviewui.com/) - Supports Vue.js 1.x - [visit 1.0 docs](http://v1.iviewui.com/)
- Support SSR - Supports SSR
- Support [Nuxt.js](https://nuxtjs.org/) - Supports [Nuxt.js](https://nuxtjs.org/)
- [Electron](http://electron.atom.io/) - Supports [Electron](http://electron.atom.io/)
- 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. - iView does not support IE8 or below since [Vue.js](https://vuejs.org/v2/guide/reactivity.html) uses `Object.defineProperty` to track changes which is not supported by these browsers.
## Community ## Community
If you want to contribute, have questions or bugs to report: If you want to contribute or have questions or bugs to report:
**Questions:** you can find other users at [Gitter chat](https://gitter.im/iview/iview) or post on [StackOverflow using `[iview-ui]` tag](https://stackoverflow.com/questions/tagged/iview-ui) **Questions:** Find other users at the [Gitter chat](https://gitter.im/iview/iview) or post on [StackOverflow using `[iview-ui]` tag](https://stackoverflow.com/questions/tagged/iview-ui)
**Bugs:** [file a issue here](https://github.com/iview/iview/issues) and please provide a example so we can help you better **Bugs:** [File a issue here](https://github.com/iview/iview/issues) - please provide a example so we can help you better
**Contribute:** welcome to contact us in [Gitter chat](https://gitter.im/iview/iview), WeChat or via mail to `admin@aresn.com`. PRs welcome! **Contribute:** Contact us in [Gitter chat](https://gitter.im/iview/iview), WeChat or via mail to `admin@aresn.com`. PRs welcome!
## Major Contributors ## Major Contributors
|Name|Avatar|Name|Avatar|Name|Avatar| |Name|Avatar|Name|Avatar|Name|Avatar|