No Description

Sendya 08a7aad722 fix: loader SVG fail 2 years ago
.github bdb49215a3 docs: add pr template 5 years ago
.husky 1f9e69c910 feat(commitlint && stylelint && husky): git engineering submission && less lint 2 years ago
config b1bbc6de99 fix: custom-step color #876 4 years ago
deploy a4a7e59a05 chore: fix deploy script 3 years ago
docs 7fb91b8219 chore: rm useless files 4 years ago
public 37d2ff620c chore: update package 3 years ago
src 68b32bf7ce chore: use static-router 2 years ago
tests 95f317934a chore: update eslint rules & fix rule 6 years ago
.browserslistrc e148a5ddab fix: IE10 support. 5 years ago
.editorconfig 30715b5729 FIX: Unite LF. Fixed partial file newline format 5 years ago
.env 4bed861161 chore: fix ThemeColorReplacer selector 5 years ago
.env.development fb3f92286a chore: vue config NODE_ENV 5 years ago
.env.preview 4bed861161 chore: fix ThemeColorReplacer selector 5 years ago
.eslintrc.js ac0bdd9fca fix: eslint fix 5 years ago
.eslintrc.json e4464e6722 refactor AvtarDropdown hardcoded menu options to the language support 4 years ago
.gitattributes 7944e71ed6 refactor: git config core.autocrlf以库模板形式,不需要全局配置 2 years ago
.gitignore 29b6ca3849 feat: add carbon ads 4 years ago
.lintstagedrc.json 1f9e69c910 feat(commitlint && stylelint && husky): git engineering submission && less lint 2 years ago
.prettierrc e4464e6722 refactor AvtarDropdown hardcoded menu options to the language support 4 years ago
.stylelintrc.js 1f9e69c910 feat(commitlint && stylelint && husky): git engineering submission && less lint 2 years ago
.travis.yml 64a3ede2b7 chore: travis ci checks breakpoint 6 years ago
Dockerfile a4a7e59a05 chore: fix deploy script 3 years ago
LICENSE 30715b5729 FIX: Unite LF. Fixed partial file newline format 5 years ago
README.md 47cc069994 fix(deps): update pro-layout@1.0.10 fix #1271 3 years ago
README.zh-CN.md 47cc069994 fix(deps): update pro-layout@1.0.10 fix #1271 3 years ago
babel.config.js 6def3d7117 fix: upgrade deps 3 years ago
commitlint.config.js bfdf6ee21d fix(server): 换一种方案 2 years ago
jest.config.js 22a536d2d6 test: add travis 6 years ago
jsconfig.json 3ce199f07a add webpack alias for vscode 6 years ago
package.json 08a7aad722 fix: loader SVG fail 2 years ago
pnpm-lock.yaml 08a7aad722 fix: loader SVG fail 2 years ago
postcss.config.js e148a5ddab fix: IE10 support. 5 years ago
vue.config.js 08a7aad722 fix: loader SVG fail 2 years ago

README.md

English | 简体中文

Ant Design Vue Pro

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/vueComponent/ant-design-vue-pro/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/vueComponent/ant-design-vue-pro.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest) [![Support Vue Version](https://img.shields.io/badge/Support-Vue2-green?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest) [![Travis branch](https://travis-ci.org/vueComponent/ant-design-vue-pro.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design-vue-pro)

Overview

dashboard

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/vueComponent/ant-design-vue-pro.git
    cd ant-design-vue-pro
    
  • 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 : Issue feedback !! when opening Issue read Issue / PR Contributing

  • Vue-cli3 used by the project.

  • Disable Eslint (not recommended): remove eslintConfig field in package.json and vue.config.js field lintOnSave: false

  • Load on Demand /src/main.js L14, in import './core/lazy_use', import './core/use''. more load-on-demand.md

  • Customize Theme: Custom Theme Config (@kokoroli)

  • I18n: locales (@musnow)

  • Production env mock is disabled. use src/mock/index.js

  • pls use release version

Browsers support

Modern browsers and IE10.

IE / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari OperaOpera IE10, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Contributors

This project exists thanks to all the people who contribute.