| 
				 | 
			||
|---|---|---|
| .. | ||
| config | ||
| deploy | ||
| public | ||
| src | ||
| tests/unit | ||
| .browserslistrc | ||
| .editorconfig | ||
| .env | ||
| .env.development | ||
| .env.preview | ||
| .eslintrc.js | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc | ||
| .travis.yml | ||
| babel.config.js | ||
| Dockerfile | ||
| jest.config.js | ||
| jsconfig.json | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| README.zh-CN.md | ||
| vue.config.js | ||
| yarn.lock | ||
English | 简体中文
Ant Design Vue Pro
An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on  Ant Design of Vue
- Preview: https://preview.pro.antdv.com
 - Home Page: https://pro.antdv.com
 - Documentation: https://pro.antdv.com/docs/getting-started
 - ChangeLog: https://pro.antdv.com/docs/changelog
 - FAQ: https://pro.antdv.com/docs/faq
 - Vue3 ProLayout: https://github.com/vueComponent/pro-layout
 
Overview
Env and dependencies
- node
 - yarn
 - webpack
 - eslint
 - @vue/cli
 - ant-design-vue@1.x - Ant Design Of Vue
 - vue-cropper - Picture edit
 - @antv/g2 - AntV G2
 - Viser-vue - Antv/G2 of Vue
 
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
eslintConfigfield inpackage.jsonandvue.config.jsfieldlintOnSave: false - 
Load on Demand
/src/main.jsL14, inimport './core/lazy_use',import './core/use''. more load-on-demand.md - 
Customize Theme: Custom Theme Config (@kokoroli)
 - 
I18n: locales (@musnow)
 - 
Production env
mockis disabled. usesrc/mock/index.js - 
pls use
releaseversion 
Browsers support
Modern browsers and IE10.
![]() IE / Edge  | 
![]() Firefox  | 
![]() Chrome  | 
![]() Safari  | 
![]() Opera  | 
|---|---|---|---|---|
| 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.





