chore: update README.en-US.md; 🌟

master
iczer 5 years ago
parent 702d622b31
commit 7c23832b18
  1. 33
      README.en-US.md

@ -2,9 +2,9 @@
<h1 align="center">Vue Antd Admin</h1>
<div align="center">
开箱即用的中后台前端/设计解决方案
[Ant Design Pro](https://github.com/ant-design/ant-design-pro)'s implementation with Vue.
An out-of-box UI solution for enterprise applications as a React boilerplate.
[![MIT](https://img.shields.io/github/license/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/blob/master/LICENSE)
[![Dependence](https://img.shields.io/david/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin)
@ -14,18 +14,19 @@
</div>
- 预览地址:https://iczer.gitee.io/vue-antd-admin
- 使用文档:https://iczer.github.io/vue-antd-admin
- 常见问题:https://iczer.github.io/vue-antd-admin/start/faq.html
- Preview:https://iczer.gitee.io/vue-antd-admin
- Documentation:https://iczer.github.io/vue-antd-admin
- FAQ:https://iczer.github.io/vue-antd-admin/start/faq.html
- Mirror Repo in China:https://gitee.com/iczer/vue-antd-admin
## 浏览器支持
现代浏览器及 IE10
## Browsers support
Modern browsers and IE11.
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
| --- | --- | --- | --- | --- |
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## 使用
## Usage
### clone
```bash
$ git clone https://github.com/iczer/vue-antd-admin.git
@ -38,12 +39,12 @@ $ yarn serve
### or npm
```
$ npm install
$ npm start
$ npm run serve
```
更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin)
More instructions at [documentation](https://iczer.github.io/vue-antd-admin).
## 参与贡献
我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :star2::
- 在你的公司或个人项目中使用 Vue Antd Admin。
- 通过 [Issue](https://github.com/iczer/vue-antd-admin/issues) 报告:bug:或进行咨询。
- 提交 [Pull Request](https://github.com/iczer/vue-antd-admin/pulls) 改进 Admin 的代码。
## Contributing
Any type of contribution is welcome, here are some examples of how you may contribute to this project: :star2::
- Use Vue Antd Admin in your daily work.
- Submit [Issue](https://github.com/iczer/vue-antd-admin/issues) to report :bug: or ask questions.
- Propose [Pull Request](https://github.com/iczer/vue-antd-admin/pulls) to improve our code.

Loading…
Cancel
Save