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