|
|
2 weeks ago | |
|---|---|---|
| .github | 3 weeks ago | |
| config | 3 weeks ago | |
| deploy | 3 weeks ago | |
| docs | 3 weeks ago | |
| public | 2 weeks ago | |
| src | 2 weeks ago | |
| tests | 3 weeks ago | |
| .browserslistrc | 3 weeks ago | |
| .editorconfig | 3 weeks ago | |
| .env | 3 weeks ago | |
| .env.development | 3 weeks ago | |
| .env.preview | 3 weeks ago | |
| .eslintrc.js | 3 weeks ago | |
| .eslintrc.json | 3 weeks ago | |
| .gitattributes | 3 weeks ago | |
| .gitignore | 3 weeks ago | |
| .lintstagedrc.json | 3 weeks ago | |
| .prettierrc | 3 weeks ago | |
| .stylelintrc.js | 3 weeks ago | |
| .travis.yml | 3 weeks ago | |
| Dockerfile | 3 weeks ago | |
| LICENSE | 3 weeks ago | |
| README.md | 2 weeks ago | |
| README.zh-CN.md | 2 weeks ago | |
| babel.config.js | 3 weeks ago | |
| commitlint.config.js | 3 weeks ago | |
| jest.config.js | 3 weeks ago | |
| jsconfig.json | 3 weeks ago | |
| package.json | 3 weeks ago | |
| pnpm-lock.yaml | 3 weeks ago | |
| postcss.config.js | 3 weeks ago | |
| vue.config.js | 2 weeks ago | |
| wrangler.jsonc | 3 weeks ago | |
| yarn.lock | 3 weeks ago |
English | 简体中文
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
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
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
Modern browsers and IE10.
![]() | IE / Edge![]() | Firefox
![]() | Chrome
|---|


This project exists thanks to all the people who contribute.