vue+antd 后台管理框架
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
iczer 2eafdef2f9
Update faq.md
4 years ago
docs Update faq.md 4 years ago
public 新增:菜单组件增加国际化语言支持; 4 years ago
src chore: update layout component's style to solve the problem of style dislocation at mobile device; 🐶 4 years ago
.gitignore update README.md and .gitignore 4 years ago
LICENSE Create LICENSE 6 years ago
README.md Update README.md 4 years ago
babel.config.js 更新: 升级开发环境至 vue-cli3; 更新依赖库版本;解决 IE11 下不能正确显示问题; 4 years ago
package.json chore: update scripts of deploy; 🐶 4 years ago
vue.config.js fix: components's style overlay problem when toggle theme color. (切换主题色时组件样式覆盖问题。) 4 years ago
yarn.lock feat: add Chinese document;🌟 4 years ago

README.md

vue-antd-admin

Ant Design Pro 的 Vue 实现

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

环境

  • 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

安装

克隆项目到本地:

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

安装依赖:

$ yarn install

启动

$ yarn serve

文档

中文文档

说明

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

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