|
пре 5 месеци | |
---|---|---|
.github | пре 1 година | |
.husky | пре 11 месеци | |
config | пре 1 година | |
deploy | пре 1 година | |
docs | пре 1 година | |
public | пре 6 месеци | |
src | пре 5 месеци | |
tests | пре 1 година | |
.browserslistrc | пре 1 година | |
.editorconfig | пре 1 година | |
.env | пре 1 година | |
.env.development | пре 1 година | |
.env.preview | пре 1 година | |
.gitattributes | пре 1 година | |
.gitignore | пре 1 година | |
.lintstagedrc.json | пре 1 година | |
.prettierrc | пре 1 година | |
.stylelintrc.js | пре 1 година | |
.travis.yml | пре 1 година | |
Dockerfile | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година | |
README.zh-CN.md | пре 6 месеци | |
babel.config.js | пре 1 година | |
commitlint.config.js | пре 1 година | |
jest.config.js | пре 1 година | |
jsconfig.json | пре 1 година | |
package.json | пре 8 месеци | |
pnpm-lock.yaml | пре 1 година | |
postcss.config.js | пре 1 година | |
vue.config.js | пре 9 месеци | |
yarn.lock | пре 8 месеци |
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.