Нет описания

言肆 d0295ee403 chore: issue templates 6 лет назад
.github d0295ee403 chore: issue templates 6 лет назад
docs 9d00ebbdd1 add docs 6 лет назад
public ccdcc5a903 feat: page title + first loading 6 лет назад
src f92d2cb66b fix: set sidebar mixin 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 ae5490ecda docs: update README.zh-CN 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 63ff6466fe fix: analysis pie position 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]