|
hace 5 meses | |
---|---|---|
.github | hace 1 año | |
.husky | hace 11 meses | |
config | hace 1 año | |
deploy | hace 1 año | |
docs | hace 1 año | |
public | hace 6 meses | |
src | hace 5 meses | |
tests | hace 1 año | |
.browserslistrc | hace 1 año | |
.editorconfig | hace 1 año | |
.env | hace 1 año | |
.env.development | hace 1 año | |
.env.preview | hace 1 año | |
.gitattributes | hace 1 año | |
.gitignore | hace 1 año | |
.lintstagedrc.json | hace 1 año | |
.prettierrc | hace 1 año | |
.stylelintrc.js | hace 1 año | |
.travis.yml | hace 1 año | |
Dockerfile | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
README.zh-CN.md | hace 6 meses | |
babel.config.js | hace 1 año | |
commitlint.config.js | hace 1 año | |
jest.config.js | hace 1 año | |
jsconfig.json | hace 1 año | |
package.json | hace 8 meses | |
pnpm-lock.yaml | hace 1 año | |
postcss.config.js | hace 1 año | |
vue.config.js | hace 9 meses | |
yarn.lock | hace 8 meses |
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.