Aucune description

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

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.