ant-design-x-vue
Version:
Craft AI-driven interfaces effortlessly
119 lines (83 loc) β’ 3.92 kB
Markdown
# Ant Design X Vue
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![Github Actions][github-actions-src]][github-actions-href]
![Netlify Build][netlify-build-src]
[![License][license-src]][license-href]
[![jsDelivr][jsdelivr-src]][jsdelivr-href]
Ant Design X For Vue. π₯ [δΈζ](./README.md)
This is the implementation of [Ant Design X](https://github.com/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
```bash
$ npm i ant-design-vue ant-design-x-vue
```
```bash
$ yarn add ant-design-vue ant-design-x-vue
```
```bash
$ pnpm add ant-design-vue ant-design-x-vue
```
## π¨ Usage
```html
<script setup lang="ts">
import { Bubble, XProvider } from 'ant-design-x-vue';
</script>
<template>
<Bubble content="Hello AI" />
</template>
```
## β¨οΈ Development
```bash
# 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
```
## π Links
* [Vue](https://vuejs.org/)
* [Ant Design Vue](https://www.antdv.com/)
* [Ant Design X Of React](https://x.ant.design/)
## π€ Contributing
Would you like to change the world with us?
Please reference the [Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/issues/1) and pick up any one you like.
## π₯ Contributors
<a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
<img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
</a>
## π¬ Contact Us
| Wechat Public Account | QQ Group |
| ------------------------------------------------------------- | ---------------------------------------------------------------------- |
| <img src="./docs/public/images//wechat_public_account.jpg" /> | <img src="./docs/public/images/QQ_group_1.jpg" style="width: 260px" /> |
## π LICENSE
[MIT](./LICENSE)
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/ant-design-x-vue.svg?style=flat
[npm-version-href]: https://npmjs.com/package/ant-design-x-vue
[npm-downloads-src]: https://img.shields.io/npm/dm/ant-design-x-vue.svg?style=flat
[npm-downloads-href]: https://npmjs.com/package/ant-design-x-vue
[bundle-src]: https://img.shields.io/bundlephobia/minzip/ant-design-x-vue?style=flat
[bundle-href]: https://bundlephobia.com/result?p=ant-design-x-vue
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/wzc520pyfm/ant-design-x-vue/ci.yml?branch=main&style=flat
[github-actions-href]: https://github.com/wzc520pyfm/ant-design-x-vue/actions?query=workflow%3Aci
[netlify-build-src]: https://img.shields.io/netlify/cb006e4e-afce-4c3e-9652-6f8a065b5b6e
[license-src]: https://img.shields.io/github/license/wzc520pyfm/ant-design-x-vue?style=flat
[license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
[jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
[jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue