npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

hw-cce

v0.0.1

Published

Craft AI-driven interfaces effortlessly

Readme

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 ant-design-x-vue
$ yarn add ant-design-vue ant-design-x-vue
$ pnpm add ant-design-vue ant-design-x-vue

🔨 示例

<script setup lang="ts">
import { Bubble, XProvider } from '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,从中挑选您感兴趣的部分。

👥 贡献者

💬 交流

| 微信公众号 | QQ 交流群 | | ------------------------------------------------------------- | ---------------------------------------------------------------------- | | | |

📄 LICENSE

MIT