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. [![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 @@
-- 预览地址: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. | [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | [Opera](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.