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