|
před 5 měsíci | |
---|---|---|
.github | před 1 rokem | |
.husky | před 11 měsíci | |
config | před 1 rokem | |
deploy | před 1 rokem | |
docs | před 1 rokem | |
public | před 6 měsíci | |
src | před 5 měsíci | |
tests | před 1 rokem | |
.browserslistrc | před 1 rokem | |
.editorconfig | před 1 rokem | |
.env | před 1 rokem | |
.env.development | před 1 rokem | |
.env.preview | před 1 rokem | |
.gitattributes | před 1 rokem | |
.gitignore | před 1 rokem | |
.lintstagedrc.json | před 1 rokem | |
.prettierrc | před 1 rokem | |
.stylelintrc.js | před 1 rokem | |
.travis.yml | před 1 rokem | |
Dockerfile | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
README.zh-CN.md | před 6 měsíci | |
babel.config.js | před 1 rokem | |
commitlint.config.js | před 1 rokem | |
jest.config.js | před 1 rokem | |
jsconfig.json | před 1 rokem | |
package.json | před 8 měsíci | |
pnpm-lock.yaml | před 1 rokem | |
postcss.config.js | před 1 rokem | |
vue.config.js | před 9 měsíci | |
yarn.lock | před 8 měsíci |
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.