From 26d9c247d40948113b0259d815024f21751230ab Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Wed, 1 Jul 2020 20:19:31 +0800 Subject: [PATCH] chore: update README :star2: --- README.en-US.md | 44 +++++++++++++++++++++++++++++++ README.md | 69 +++++++++++++++++++++++-------------------------- 2 files changed, 77 insertions(+), 36 deletions(-) create mode 100644 README.en-US.md diff --git a/README.en-US.md b/README.en-US.md new file mode 100644 index 0000000..2b222e2 --- /dev/null +++ b/README.en-US.md @@ -0,0 +1,44 @@ +简体中文 | [English](./README.en-US.md) +

Vue Antd Admin

+ +
+ +开箱即用的中后台前端/设计解决方案 + + +[![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) +[![DevDependencies](https://img.shields.io/david/dev/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin?type=dev) +[![Release](https://img.shields.io/github/v/release/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/releases/latest) +![image](./src/assets/img/preview.png) + +
+ +- 预览地址:https://iczer.gitee.io/vue-antd-admin +- 使用文档:https://iczer.github.io/vue-antd-admin +- 常见问题:https://iczer.github.io/vue-antd-admin/start/faq.html + +## 浏览器支持 +现代浏览器及 IE10 + +| [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 | + +## 使用 +克隆项目到本地 +```bash +$ git clone https://github.com/iczer/vue-antd-admin.git +``` +安装依赖 +```bash +$ yarn install +``` +启动 +``` +$ yarn serve +``` +更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) + +## 说明 +如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。 diff --git a/README.md b/README.md index 1cdcb78..2b222e2 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,44 @@ -# vue-antd-admin -**[Ant Design Pro](https://github.com/ant-design/ant-design-pro) 的 Vue 实现** +简体中文 | [English](./README.en-US.md) +

Vue Antd Admin

-一个开箱即用的中后台前端/设计解决方案(主要依赖组件库 [ant-design-vue](https://github.com/vueComponent/ant-design-vue) ) -[预览地址](https://iczer.gitee.io/vue-antd-admin) +
+ +开箱即用的中后台前端/设计解决方案 + + +[![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) +[![DevDependencies](https://img.shields.io/david/dev/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin?type=dev) +[![Release](https://img.shields.io/github/v/release/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/releases/latest) ![image](./src/assets/img/preview.png) -## 环境 -* node -- 运行/编译 -* yarn -- 依赖管理 -* webpack -- 打包 -* eslint -- 代码规约 -* vue-cli -- 构建 -## 依赖 -* @antv/data-set: ^0.11.4 -* animate.css: ^4.1.0 -* ant-design-vue: ^1.6.2 -* axios: ^0.19.2 -* clipboard: ^2.0.6 -* core-js: ^3.6.5 -* date-fns: ^2.14.0 -* enquire.js: ^2.1.6 -* mockjs: ^1.1.0 -* pouchdb: ^7.2.1 -* viser-vue: ^2.4.8 -* vue: ^2.6.11 -* vue-router: ^3.3.4 -* vuedraggable: ^2.23.2 -* vuex: ^3.4.0 -## 安装 -克隆项目到本地: -``` + +
+ +- 预览地址:https://iczer.gitee.io/vue-antd-admin +- 使用文档:https://iczer.github.io/vue-antd-admin +- 常见问题:https://iczer.github.io/vue-antd-admin/start/faq.html + +## 浏览器支持 +现代浏览器及 IE10 + +| [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 | + +## 使用 +克隆项目到本地 +```bash $ git clone https://github.com/iczer/vue-antd-admin.git ``` -安装依赖: -``` +安装依赖 +```bash $ yarn install ``` -## 启动 +启动 ``` $ yarn serve ``` -## 文档 -[中文文档](https://iczer.github.io/vue-antd-admin/) -## 说明 -该项目由仓主在业余由兴趣驱动完成,仍在不断开发完善中。详见:[开发进度](https://github.com/iczer/vue-antd-admin/projects/1) +更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) +## 说明 如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。