Migrated repository
Go to file
果冻橙 266482deca
docs(customize-theme): update docs (#6540)
* fix introduce doc

* fix getting-started doc

* add migration-v4 doc

* fix docs

* Update migration-v4.zh-CN.md

* Update migration-v4.zh-CN.md

* Update migration-v4.en-US.md

* Update migration-v4.zh-CN.md

* Update getting-started.en-US.md

* Update getting-started.zh-CN.md

* Update introduce.en-US.md

* Update introduce.zh-CN.md

* update customize-theme doc & fix migration-v4 error

* update customize-theme doc

* fix migration-v4 error

* remove SSR & shadowDom

* Update customize-theme.zh-CN.md

* Update customize-theme.en-US.md

---------

Co-authored-by: tangjinzhou <415800467@qq.com>
2023-05-08 10:03:07 +08:00
.github docs: pull request branch in EN and CN introduce docs (#6404) 2023-04-04 23:44:24 +08:00
.husky 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
antd-tools release 3.2.19 2023-04-23 19:20:44 +08:00
components docs(button): update demo with space (#6536) 2023-05-07 20:33:24 +08:00
plugin docs(customize-theme): update docs (#6540) 2023-05-08 10:03:07 +08:00
scripts chore: update build script 2023-02-23 17:20:38 +08:00
site docs(customize-theme): update docs (#6540) 2023-05-08 10:03:07 +08:00
tests Refactor(demo): change options to composition api (#6499) 2023-04-28 14:08:21 +08:00
typings feat(StyleProvider): add StyleProvider handle cssinjs features (#6415) 2023-04-06 11:07:55 +08:00
.antd-tools.config.js chore: update build script 2023-02-23 17:20:38 +08:00
.codecov.yml add codecov 2018-05-12 14:10:40 +08:00
.editorconfig bump 1.3.6 2019-03-17 14:42:59 +08:00
.eslintignore Feat css var (#5327) 2022-03-12 09:56:32 +08:00
.eslintrc.js style: lint format 2021-11-26 14:55:28 +08:00
.gitattributes chore: update git config 2020-11-14 21:36:38 +08:00
.gitignore fix: use open, remove visible 2023-02-23 11:58:23 +08:00
.huskyrc feat: remove unit test commit hooks (#1618) 2019-12-20 22:25:08 +08:00
.jest.js perf: useModal #6517 2023-05-03 15:09:01 +08:00
.prettierignore chore: update build script 2023-02-23 17:20:38 +08:00
.prettierrc 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
.stylelintrc style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
.stylelintrc.json doc: update cover 2023-02-23 12:21:23 +08:00
.vcmrc ci: fix ci error on npm 8 2021-12-05 14:18:08 +08:00
babel.config.js test: add require context 2022-07-07 10:07:54 +08:00
BACKERS.md docs: update vue-admin-beautiful backer (#2938) 2020-10-04 20:34:01 +08:00
build.sh fix fime name 2018-03-19 10:27:03 +08:00
CHANGELOG.en-US.md Merge remote-tracking branch 'origin/main' into feat-v4 2023-04-28 15:51:46 +08:00
CHANGELOG.zh-CN.md Merge remote-tracking branch 'origin/main' into feat-v4 2023-04-28 15:51:46 +08:00
index-style-only.js chore: update dist script 2022-03-12 23:00:23 +08:00
index-with-locales.js doc: update cover 2023-02-23 12:21:23 +08:00
index.esm.js chore: update tools 2022-07-02 22:22:01 +08:00
index.js chore: update tools 2022-07-02 22:22:01 +08:00
LICENSE feat: add vueuse feature 2022-11-07 13:42:51 +08:00
loader.js chore: update config 2020-07-26 21:35:41 +08:00
logo.png docs: Change a new logo (#489) 2019-02-19 12:17:28 +08:00
package.json release 4.0.0-beta.2 2023-05-05 11:59:37 +08:00
postcss.config.js style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
README-zh_CN.md doc: add jeecg sponsors 2022-09-01 10:43:28 +08:00
README.md docs: update doc anchor 2023-04-21 22:29:04 +08:00
renovate.json chore: update renovate config 2019-12-19 19:26:40 +08:00
SECURITY.md chore: add security, close #4676 2021-10-08 10:28:38 +08:00
test.html fix: antd.min error 2023-04-23 19:18:11 +08:00
tsconfig.json fix: datepicker presets error #6387 2023-04-05 13:29:08 +08:00
tsconfig.node.json chore: update build script 2023-02-23 17:20:38 +08:00
webpack.build.conf.js fix: antd.min error 2023-04-23 19:18:11 +08:00

Ant Design Vue

An enterprise-class UI components based on Ant Design and Vue.

test codecov npm package NPM downloads backers sponsors extension-for-VSCode issues-helper

English | 简体中文

Features

  • An enterprise-class UI design system for desktop applications.
  • A set of high-quality Vue components out of the box.
  • Shared Ant Design of React design resources.

Environment Support

  • Modern browsers. v1.x support Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Support Vue 2 & Vue 3
  • Electron
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

Using npm or yarn

We recommend using npm or yarn to installit not only makes development easierbut also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.

$ npm install ant-design-vue --save
$ yarn add ant-design-vue

If you are in a bad network environmentyou can try other registries and tools like cnpm.

Ecosystem

Project Description
vue-ref You can use the callback to get a reference like react
ant-design-vue-helper A vscode extension for ant-design-vue
vue-cli-plugin-ant-design Vue-cli 3 plugin to add ant-design-vue
vue-dash-event The library function, implemented in the DOM template, can use the custom event of the ant-design-vue component (camelCase)
@formily/antdv The Library with Formily and ant-design-vue

Donation

ant-design-vue is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more backers. You can support us in any of the following ways:

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

More Sponsor (From Patreon、alipay、wechat、paypal...)

Let's fund issues in this repository