Sem descrição

言肆 6d3b82c4ba docs: fix há 6 anos atrás
docs 9d00ebbdd1 add docs há 6 anos atrás
public 192fe98b0b update eslint ,cleanup há 6 anos atrás
src de6136356f fix: router alwaysShow rename hideChildrenInMenu há 6 anos atrás
tests 95f317934a chore: update eslint rules & fix rule há 6 anos atrás
.all-contributorsrc b66b40fd0c docs: add contributor .rc há 6 anos atrás
.editorconfig 65970af1d5 fixed layout há 6 anos atrás
.gitattributes 57c1a9cb86 chore: add gitattributes há 6 anos atrás
.gitignore ddbda39d65 init há 6 anos atrás
.prettierrc d4aa3c1bcd add vetur new config há 6 anos atrás
.travis.yml 22a536d2d6 test: add travis há 6 anos atrás
LICENSE 94fe1237f6 cleanup há 6 anos atrás
README.md 6d3b82c4ba docs: fix há 6 anos atrás
README.zh-CN.md d7b4e2e983 docs: update README.md há 6 anos atrás
babel.config.js e392885985 fix: support IE10~11 #104 há 6 anos atrás
jest.config.js 22a536d2d6 test: add travis há 6 anos atrás
jsconfig.json 3ce199f07a add webpack alias for vscode há 6 anos atrás
package.json e392885985 fix: support IE10~11 #104 há 6 anos atrás
vue.config.js e392885985 fix: support IE10~11 #104 há 6 anos atrás
webstorm.config.js 95f317934a chore: update eslint rules & fix rule há 6 anos atrás
yarn.lock e392885985 fix: support IE10~11 #104 há 6 anos atrás

README.md

Ant Design Pro Vue

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue
[![License](https://img.shields.io/npm/l/package.json.svg?style=flat)](https://github.com/sendya/ant-design-pro-vue/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/sendya/ant-design-pro-vue.svg?style=flat)](https://github.com/sendya/ant-design-pro-vue/releases/latest) [![Travis branch](https://travis-ci.org/sendya/ant-design-pro-vue.svg?branch=master)](https://travis-ci.org/sendya/ant-design-pro-vue) [![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors)

English | 中文文档

Overview

Preview Example with some list

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.

  • Close 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
挥手的骑士

💻

This project follows the all-contributors specification. Contributions of any kind welcome!