@antdv-next/pro
v1.0.1
Published
Ant Design Vue3 Pro component library
Keywords
Readme
Advanced components for enterprise web applications built on top of Antdv Next.
❤️ Sponsors
| | | | | :-: | :-: | :-: |
✨ Features
- 🚀 Advanced Pro components for enterprise scenarios, built on top of
antdv-next. - 📦 A set of high-quality Vue3 components out of the box
- 🧩 Native theming — components participate in the
antdv-nextCSS-in-JS theme and token system. - 🛡 Written in TypeScript with predictable static types.
- ⚙️ Tree-shakable ESM modules, consistent with
antdv-next.
🖥 Environment Support
- Modern browsers
- Server-side Rendering
- Electron
| Edge | Firefox | Chrome | Safari | Electron | | --- | --- | --- | --- | --- | | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm install @antdv-next/proyarn add @antdv-next/propnpm add @antdv-next/probun add @antdv-next/pro
@antdv-next/prorequiresantdv-next(>= 1.3.0) andvue(>= 3.2.0) as peer dependencies.
✅ Unit Test Coverage
- Run coverage locally:
pnpm test:coverage - Coverage output directory:
coverage/
Acknowledgements
@antdv-next/pro is inspired by and built upon the following open-source projects.
Contribute
We warmly welcome you to participate in our open source project.
Pull Request:
- Fork the repository.
- Create your own branch:
git checkout -b feat-xxxx. - Commit your changes:
git commit -am 'feat(function): add xxxxx'. - Push your branch:
git push origin feat-xxxx. - Submit a pull request.
Thank you to all the people who already contributed to @antdv-next/pro!
