Go to file
wzc520pyfm 35944b3895
docs(bubble): fix list demo scroll style (#400)
2025-07-21 23:00:14 +08:00
.github/workflows ci: fix ci (#75) 2025-02-20 21:58:16 +08:00
.husky feat: init🎉 2024-12-22 21:44:39 +08:00
docs docs(bubble): fix list demo scroll style (#400) 2025-07-21 23:00:14 +08:00
internal/build-utils/src feat: refactor docs design 2024-12-29 12:52:28 +08:00
play fix(thought-chain): Fixed ellipsis not taking effect. (#254) 2025-06-05 21:08:10 +08:00
resolver feat: add unplugin-vue-components resolver (#172) 2025-03-24 00:54:36 +08:00
src fix(welcome): fix warning of runtime prop checked (#404) 2025-07-20 00:40:38 +08:00
.editorconfig feat: init🎉 2024-12-22 21:44:39 +08:00
.eslintrc.js chore: add ci and update lint rules (#55) 2025-02-18 21:00:48 +08:00
.gitignore build: improve build conf and dist (#272) 2025-05-07 09:06:49 +08:00
.prettierignore feat: init🎉 2024-12-22 21:44:39 +08:00
.prettierrc.js feat: init🎉 2024-12-22 21:44:39 +08:00
CHANGELOG.md chore: fix changelog 2025-07-14 21:11:08 +08:00
LICENSE feat: init🎉 2024-12-22 21:44:39 +08:00
README.en.md docs: update a new contributions charts (#292) 2025-05-08 09:03:37 +08:00
README.md chore: add unpkg badge (#289) 2025-05-17 13:12:44 +08:00
netlify.toml feat: add netlify redirects (#117) 2025-03-03 21:34:35 +08:00
package.json chore(release): v1.2.9 2025-07-14 09:11:17 +08:00
pnpm-lock.yaml build(project): support build esm min file for dist (#371) 2025-07-09 21:57:22 +08:00
pnpm-workspace.yaml feat(play): add playground (#150) 2025-03-13 19:00:26 +08:00
renovate.json chore: Configure Renovate (#50) 2025-02-16 11:13:56 +08:00
tsconfig.build.json build: improve build conf and dist (#272) 2025-05-07 09:06:49 +08:00
tsconfig.json chore: remove dumi (#79) 2025-02-23 13:39:21 +08:00
vite.config.dist.mts build(project): support build esm min file for dist (#371) 2025-07-09 21:57:22 +08:00
vite.config.mts build: external import starting with ant-design-vue (#316) 2025-05-20 00:07:33 +08:00
vitest.config.mts feat: init🎉 2024-12-22 21:44:39 +08:00

README.en.md

Ant Design X Vue

npm version npm downloads bundle Github Actions Netlify Build License

jsDelivr

Ant Design X For Vue. 🔥 中文

This is the implementation of Ant Design X for Vue.

Features

  • 🌈 Built on the RICH interaction paradigm, delivering an exceptional AI interaction experience.
  • 🧩 Covers most AI dialogue scenarios, empowering you to quickly build personalized AI interaction interfaces.
  • Easily connect with inference services compatible with OpenAI standards.
  • 🔄 Provides powerful tools for managing data flows, enhancing development efficiency.
  • 📦 Offers multiple templates for quickly starting LUI application development.
  • 🛡 Developed with TypeScript, ensuring robust type coverage to improve the development experience and reliability.
  • 🎨 Supports fine-grained style adjustments to meet diverse use cases and personalization needs.

📦 Install

$ npm i ant-design-vue ant-design-x-vue
$ yarn add ant-design-vue ant-design-x-vue
$ pnpm add ant-design-vue ant-design-x-vue

🔨 Usage

<script setup lang="ts">
import { Bubble, XProvider } from 'ant-design-x-vue';
</script>

<template>
  <Bubble content="Hello AI" />
</template>

⌨️ Development

# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm docs:dev

# build library source code
$ pnpm run build

# build docs code
$ pnpm run docs:build

# Locally preview the production build.
$ pnpm run docs:preview

# Lint
$ pnpm lint

🤝 Contributing

Would you like to change the world with us?

Please reference the Roadmap and pick up any one you like.

👥 Contributors

Contribution Leaderboard

💬 Contact Us

Wechat Public Account QQ Group

📄 LICENSE

MIT