Go to file
dependabot[bot] d26e78a845
build(deps-dev): bump webpack-bundle-analyzer from 2.13.1 to 3.3.2
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-15 09:46:27 +00:00
build vue antd admin init 2018-07-20 11:00:43 +08:00
config vue antd admin init 2018-07-20 11:00:43 +08:00
src feat: 修改项目依赖以确保项目能启动并稍微调整了页面公共布局提高还原度 2019-09-18 21:15:20 +08:00
static update preview picture 2018-08-15 10:23:09 +08:00
test vue antd admin init 2018-07-20 11:00:43 +08:00
.babelrc vue antd admin init 2018-07-20 11:00:43 +08:00
.editorconfig vue antd admin init 2018-07-20 11:00:43 +08:00
.eslintignore vue antd admin init 2018-07-20 11:00:43 +08:00
.eslintrc.js vue antd admin init 2018-07-20 11:00:43 +08:00
.gitattributes Create .gitattributes 2018-07-20 13:43:18 +08:00
.gitignore Update .gitignore 2018-07-20 11:05:36 +08:00
.postcssrc.js vue antd admin init 2018-07-20 11:00:43 +08:00
LICENSE Create LICENSE 2018-08-08 15:58:01 +08:00
README.md Update README.md 2018-09-06 15:49:37 +08:00
_config.yml Set theme jekyll-theme-slate 2018-08-08 15:46:00 +08:00
index.html feat:add favicon.icon 2018-08-08 17:47:11 +08:00
package.json build(deps-dev): bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 2020-06-15 09:46:27 +00:00
yarn.lock build(deps-dev): bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 2020-06-15 09:46:27 +00:00

README.md

vue-antd-admin

Ant Design Pro 的 Vue 实现

一个开箱即用的中后台前端/设计解决方案(主要依赖组件库 ant-design-vue

预览地址

环境

  • node -- 运行/编译
  • yarn -- 依赖管理
  • webpack -- 打包
  • eslint -- 代码规约
  • vue-cli -- 构建

依赖

  • @antv/data-set: ^0.8.9
  • ant-design-vue: ^1.0.3
  • axios: ^0.18.0
  • clipboard: ^2.0.1
  • date-fns: ^1.29.0
  • enquire.js: ^2.1.6
  • mockjs: ^1.0.1-beta3
  • pouchdb: ^7.0.0
  • viser-vue: ^2.2.5
  • vue: ^2.5.17
  • vue-router: ^3.0.1
  • vuedraggable: ^2.16.0
  • vuex: ^3.0.1

安装

克隆项目到本地:

$ git clone https://github.com/iczer/vue-antd-admin.git

安装依赖:

$ yarn install

启动

$ yarn start

文档

编写中...

说明

该项目由仓主在业余由兴趣驱动完成,仍在不断开发完善中。详见:开发进度

如有任何疑问或功能需求,欢迎 Issue