1 Star 1 Fork 591

ImKiven / ant-design-pro-vue

forked from Sendya / ant-design-pro-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 8.83 KB
一键复制 编辑 原始数据 按行查看 历史
Sendya 提交于 2019-03-06 10:46 . docs: README.md

English | 简体中文

Ant Design Pro Vue

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue

License Release Travis branch All Contributors

Overview

dashboard + multi-tabs

dashboard + setting

user profile

permission list

Env and dependencies

Note: Yarn package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm

Project setup

  • Clone repo
git clone https://github.com/sendya/ant-design-pro-vue.git
cd ant-design-pro-vue
  • Install dependencies
yarn install
  • Compiles and hot-reloads for development
yarn run serve
  • Compiles and minifies for production
yarn run build
  • Lints and fixes files
yarn run lint

Other

  • IMPORTANT : About Issue feedback !! Please describe your environment, the Pro version or branch used, what happened, etc. when opening Issue

  • Vue-cli3 used by the project.

  • Disable Eslint (not recommended): remove eslintConfig field in package.json

  • Easy-Mock used by project,easy-mock Project API Data DO NOT CHANGE THE INTERFACE,If you want to modify, please fork ANTD-PRO-Easy-Mock-API.zip and running to your server.

  • Load on Demand: modify /src/main.js L7, append import './core/lazy_use' code.

  • Customize Theme: vue.config.js eg:

  css: {
    loaderOptions: {
      less: {
        modifyVars: {
          /* Less variables, required modifyVars*/

          'primary-color': '#F5222D',
          'link-color': '#F5222D',
          'border-radius-base': '4px',
        },
        javascriptEnabled: true,
      }
    }
  }
  • polyfill

  • remove polyfill:

    Vue CLI Polyfill

    • remove import '@babel/polyfill' field in src/main.js
    • babel.conflg.js remove
      [
        '@babel/preset-env',
        {
          'useBuiltIns': 'entry'
        }
      ]

Docs

Contributors

Thanks goes to these wonderful people (emoji key):

言肆
言肆

💻 📖
kokoroli
kokoroli

💻 📖
musnow
musnow

💻
zkwolf
zkwolf

💻
mcmf
土拨鼠

💻
AClumsy
阿凌

💻
mynuolr
mynuolr

💻
Saraka
Saraka

💻 🔧
since2006
since2006

💻
yihuishou
挥手的骑士

💻
JavaScript
1
https://gitee.com/imkiven/ant-design-pro-vue.git
git@gitee.com:imkiven/ant-design-pro-vue.git
imkiven
ant-design-pro-vue
ant-design-pro-vue
master

搜索帮助