From 7c23832b18444aa75d5d4305e5c4a0d2a8a4ddf4 Mon Sep 17 00:00:00 2001
From: iczer <1126263215@qq.com>
Date: Thu, 2 Jul 2020 09:30:06 +0800
Subject: [PATCH] chore: update README.en-US.md; :star2:
---
README.en-US.md | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/README.en-US.md b/README.en-US.md
index c7d461a..5d8cc58 100644
--- a/README.en-US.md
+++ b/README.en-US.md
@@ -2,9 +2,9 @@
Vue Antd Admin
-
-开箱即用的中后台前端/设计解决方案
-
+
+[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.
[](https://github.com/iczer/vue-antd-admin/blob/master/LICENSE)
[](https://david-dm.org/iczer/vue-antd-admin)
@@ -14,18 +14,19 @@
-- 预览地址: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.
| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari | [
](http://godban.github.io/browsers-support-badges/)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.