mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 03:58:05 +08:00
Migrated repository
53dc5daaaf
* docs: add ant-design-vue nuxt module * feat: add static-style-extract * docs: fix import defineProps and defineEmits * feat: add static-style extract test * fix: add ignore component * feat: calendar select support info.source param (#6697) * docs: add ant-design-vue nuxt module * feat: calendar select support info.source param * docs: synchronous config-provider demo (#6706) * revert: #6706 * feat: node error * fix: Handle the output of styles in Server Side Rendering mode * fix: fix value required error * chore: change tests dirname * fix: auchor warning * chore: add tests * chore: generate tests snap * docs: add ssr docs * docs: synchronous config-provider demo (#6706) * revert: #6706 * docs: add extract ssr doc * fix: Removing canUseDom does not have any effect. * fix: remove range picker in picker map * fix: watch source can only be a getter/effect function style warning * fix: styleContext props maybe ref * fix: remove black list component * feat: add compChildNameMap --------- Co-authored-by: selicens <1244620067@qq.com> Co-authored-by: tangjinzhou <415800467@qq.com> |
||
---|---|---|
.github | ||
.husky | ||
antd-tools | ||
components | ||
plugin | ||
scripts | ||
site | ||
tests | ||
typings | ||
.antd-tools.config.js | ||
.codecov.yml | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.huskyrc | ||
.jest.js | ||
.prettierignore | ||
.prettierrc | ||
.stylelintrc | ||
.stylelintrc.json | ||
.vcmrc | ||
babel.config.js | ||
BACKERS.md | ||
build.sh | ||
CHANGELOG.en-US.md | ||
CHANGELOG.zh-CN.md | ||
index-style-only.js | ||
index-with-locales.js | ||
index.esm.js | ||
index.js | ||
LICENSE | ||
loader.js | ||
logo.png | ||
package.json | ||
postcss.config.js | ||
README-zh_CN.md | ||
README.md | ||
renovate.json | ||
SECURITY.md | ||
test.html | ||
tsconfig.json | ||
tsconfig.node.json | ||
webpack.build.conf.js |
Ant Design Vue
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 |
Firefox |
Chrome |
Safari |
Opera |
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 install, it not only makes development easier, but 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 environment, you can try other registries and tools like cnpm.
Links
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 |
@ant-design-vue/nuxt | A nuxt module for 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]
Contributors
Thank you to all the people who already contributed to ant-design-vue!
More Sponsor (From Patreon、alipay、wechat、paypal...)
This project is tested with BrowserStack.