mirror of https://github.com/ElemeFE/element
Update README.md
parent
ed7d5035a4
commit
4ee094cd66
32
README.md
32
README.md
|
@ -25,13 +25,6 @@
|
||||||
<a href="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
|
<a href="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
|
||||||
<img src="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
|
<img src="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://gitter.im/ElemeFE/element?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
|
|
||||||
<img src="https://badges.gitter.im/ElemeFE/element.svg">(Chinese)
|
|
||||||
</a>
|
|
||||||
<a href="https://gitter.im/element-en/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
|
|
||||||
<img src="https://badges.gitter.im/element-en/Lobby.svg">(English)
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
<a href="#backers">
|
<a href="#backers">
|
||||||
<img src="https://opencollective.com/element/backers/badge.svg">
|
<img src="https://opencollective.com/element/backers/badge.svg">
|
||||||
</a>
|
</a>
|
||||||
|
@ -43,8 +36,6 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
> A Vue.js 2.0 UI Toolkit for Web.
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>Special thanks to the generous sponsorship by:</b>
|
<b>Special thanks to the generous sponsorship by:</b>
|
||||||
</p>
|
</p>
|
||||||
|
@ -65,11 +56,13 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
> A Vue.js 2.0 UI Toolkit for Web.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
- Homepage and documentation
|
- Homepage and documentation
|
||||||
- International users: http://element.eleme.io/#/en-US
|
- [International users](http://element.eleme.io/#/en-US)
|
||||||
- Chinese users: http://element-cn.eleme.io/#/zh-CN
|
- [Chinese users](http://element-cn.eleme.io/#/zh-CN)
|
||||||
- Spanish users: http://element.eleme.io/#/es
|
- [Spanish users](http://element.eleme.io/#/es)
|
||||||
- [awesome-element](https://github.com/ElementUI/awesome-element)
|
- [awesome-element](https://github.com/ElementUI/awesome-element)
|
||||||
- [FAQ](./FAQ.md)
|
- [FAQ](./FAQ.md)
|
||||||
- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)
|
- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)
|
||||||
|
@ -81,10 +74,10 @@
|
||||||
- Starter kit
|
- Starter kit
|
||||||
- [element-starter](https://github.com/ElementUI/element-starter)
|
- [element-starter](https://github.com/ElementUI/element-starter)
|
||||||
- [element-in-laravel-starter](https://github.com/ElementUI/element-in-laravel-starter)
|
- [element-in-laravel-starter](https://github.com/ElementUI/element-in-laravel-starter)
|
||||||
- [Design resources](https://github.com/ElementUI/Resources) (working in progress)
|
- [Design resources](https://github.com/ElementUI/Resources)
|
||||||
- Boilerplate for bug reports
|
- Gitter
|
||||||
- [CodePen](https://codepen.io/anon/pen/ozYpNA)
|
- [International users](https://gitter.im/element-en/Lobby)
|
||||||
- [JSFiddle](https://jsfiddle.net/gmve9d3p/)
|
- [Chinese users](https://gitter.im/ElemeFE/element)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```shell
|
```shell
|
||||||
|
@ -116,7 +109,7 @@ Modern browsers and Internet Explorer 10+.
|
||||||
## Development
|
## Development
|
||||||
Skip this part if you just want to use Element.
|
Skip this part if you just want to use Element.
|
||||||
|
|
||||||
For those who are interested in contributing to Element, please refer to our contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md)) to see how to run this project.
|
For those who are interested in contributing to Element, please refer to our contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md)) to see how to run this project.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
Detailed changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
|
Detailed changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
|
||||||
|
@ -125,7 +118,7 @@ Detailed changes for each release are documented in the [release notes](https://
|
||||||
We have collected some [frequently asked questions](https://github.com/ElemeFE/element/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.
|
We have collected some [frequently asked questions](https://github.com/ElemeFE/element/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
Please make sure to read the contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md)) before making a pull request.
|
Please make sure to read the contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md)) before making a pull request.
|
||||||
|
|
||||||
## Special Thanks
|
## Special Thanks
|
||||||
English documentation is brought to you by SwiftGG Translation Team:
|
English documentation is brought to you by SwiftGG Translation Team:
|
||||||
|
@ -154,7 +147,8 @@ Spanish documentation is made possible by these community developers:
|
||||||
|
|
||||||
## Donation
|
## Donation
|
||||||
If you find Element useful, you can buy us a cup of coffee
|
If you find Element useful, you can buy us a cup of coffee
|
||||||
<img width="650" src="http://fuss10.elemecdn.com/2/d0/ab1b8e5a1d96bcdcd6092ce0c66ecjpeg.jpeg?t=2017" alt="">
|
|
||||||
|
<img width="650" src="https://user-images.githubusercontent.com/10095631/37442034-3170a9e0-283f-11e8-8fdd-56748646fa43.jpg" alt="donation">
|
||||||
|
|
||||||
## Backers
|
## Backers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue