Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 600 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 600 Bytes

rubik-ant-design-pro-vue

基于rubik-cliAnt Design of Vue的中台系统框架

目的

只提供最基础和最核心的功能

功能列表

  • 支持多页面
  • 主题定制(ant完整变量全局访问)
  • 国际化(语言文件异步加载)
  • API环境配置
  • 路由配置
  • 权限配置

主要依赖

  • ant-design-vue
  • vue-router
  • vuex
  • vue-i18n
  • axios
  • js-cookie
  • lodash

development

yarn
yarn start

build

yarn build

参考

  • ant-design-pro
  • ant-design-pro-vue

Todo