Skip to content

Commit

Permalink
update README.md and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iczer committed Jun 20, 2020
1 parent 63d9407 commit 50bcff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules/
/dist/
dist/
admindb/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
**[Ant Design Pro](https://github.com/ant-design/ant-design-pro) 的 Vue 实现**

一个开箱即用的中后台前端/设计解决方案(主要依赖组件库 [ant-design-vue](https://github.com/vueComponent/ant-design-vue)

[预览地址](https://iczer.gitee.io/vue-antd-pro)
![image](https://raw.githubusercontent.com/iczer/vue-antd-admin/master/src/assets/img/preview.jpg)
[预览地址](https://iczer.gitee.io/vue-antd-admin)
![image](https://gitee.com/iczer/vue-antd-admin/raw/master/src/assets/img/preview.jpg)
## 重要
该项目目前已升级至 vue-cli3 开发环境,部分依赖组件库版本也已更新至最新版本。
vue-cli2 环境代码已封版 [v0.0.1](https://github.com/iczer/vue-antd-admin/tree/0.0.1),如有需要,[点我查看](https://github.com/iczer/vue-antd-admin/tree/0.0.1)
Expand All @@ -16,10 +15,11 @@ vue-cli2 环境代码已封版 [v0.0.1](https://github.com/iczer/vue-antd-admin/
* 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,
* core-js: ^3.6.5
* date-fns: ^2.14.0
* enquire.js: ^2.1.6
* mockjs: ^1.1.0
Expand Down

0 comments on commit 50bcff1

Please sign in to comment.