Antdv Next is a Vue 3 enterprise component library built on the Ant Design design system.
English · 中文
- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality Vue3 components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🌍 Internationalization support for dozens of languages.
- 🎨 Powerful theme customization based on CSS-in-JS.
- Modern browsers
- Server-side Rendering
- Electron
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Electron |
|---|---|---|---|---|
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm install antdv-nextyarn add antdv-nextpnpm add antdv-nextbun add antdv-next- Run coverage locally:
pnpm test:coverage - Coverage output directory:
coverage/ - On GitHub Release publish (
release.published), CI runs unit tests with coverage and uploads thecoverage/artifact via theUnit Test Uploadworkflow.
Antdv Next is inspired by and built upon the following open-source projects.
We are very welcome to have you participate in our open source project.
Pull Request:
- Fork code!
- Create your own branch:
git checkout -b feat-xxxx - Submit your changes:
git commit -am 'feat(function): add xxxxx' - Push your branch:
git push origin feat-xxxx - submit
pull request
Thank you to all the people who already contributed to Antdv Next!




