暂无描述

Sendya 692f0f874f fix: production remove setting menu 6 年之前
docs 9d00ebbdd1 add docs 6 年之前
public 192fe98b0b update eslint ,cleanup 6 年之前
src 692f0f874f fix: production remove setting menu 6 年之前
tests 95f317934a chore: update eslint rules & fix rule 6 年之前
.editorconfig 65970af1d5 fixed layout 6 年之前
.env 692f0f874f fix: production remove setting menu 6 年之前
.gitattributes 57c1a9cb86 chore: add gitattributes 6 年之前
.gitignore ddbda39d65 init 6 年之前
.prettierrc d4aa3c1bcd add vetur new config 6 年之前
.travis.yml 64a3ede2b7 chore: travis ci checks breakpoint 6 年之前
LICENSE 94fe1237f6 cleanup 6 年之前
README.md a7613318cf reactor: v2 6 年之前
README.zh-CN.md a7613318cf reactor: v2 6 年之前
babel.config.js e392885985 fix: support IE10~11 #104 6 年之前
jest.config.js 22a536d2d6 test: add travis 6 年之前
jsconfig.json 3ce199f07a add webpack alias for vscode 6 年之前
package.json 692f0f874f fix: production remove setting menu 6 年之前
vue.config.js fec00eb16a fix: Route-View, change dev port 8000 6 年之前
webstorm.config.js 95f317934a chore: update eslint rules & fix rule 6 年之前
yarn.lock abc8901cb6 chore: cleanup 6 年之前

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
[![Backers on Open Collective](https://opencollective.com/ant-design-pro-vue/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ant-design-pro-vue/sponsors/badge.svg)](#sponsors) [![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)

Overview

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'
      }
      ]
      

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]