Socket
Book a DemoInstallSign in
Socket

@futuremeng/ant-design-x-vue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@futuremeng/ant-design-x-vue

Craft AI-driven interfaces effortlessly

latest
npmnpm
Version
1.3.6
Version published
Maintainers
1
Created
Source

Ant Design X Vue

npm version npm downloads bundle vue Github Actions Netlify Build License

jsDelivr unpkg

deepwiki

Ant Design X For Vue. 🔥 English

这里是 Ant Design X 的 Vue 实现。

✨ 特性

  • 🌈 基于 RICH 交互范式,提供卓越的 AI 交互体验
  • 🧩 覆盖绝大部分 AI 对话场景,助力快速构建个性化 AI 交互页面
  • ⚡ 轻松对接符合 OpenAI 标准的模型推理服务
  • 🔄 提供好用的数据流管理功能,让开发更高效
  • 📦 提供多种模板,快速启动 LUI 应用开发
  • 🛡 采用 TypeScript 开发,提供完整类型支持,提升开发体验与可靠性
  • 🎨 支持细粒度的样式调整,满足各种场景的个性化需求

📦 安装

$ npm i ant-design-vue @futuremeng/ant-design-x-vue
$ yarn add ant-design-vue @futuremeng/ant-design-x-vue
$ pnpm add ant-design-vue @futuremeng/ant-design-x-vue

🔨 示例

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

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

⌨️ 开发

# 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

🔗 链接

🤝 贡献

您的贡献至关重要!

您可以参考Roadmap,从中挑选您感兴趣的部分。

👥 贡献者

Contribution Leaderboard

💬 交流

微信公众号QQ 交流群

📄 LICENSE

MIT

Keywords

AI

FAQs

Package last updated on 05 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts