ant-design-x-vue-next
Version:
Ant Design X for Vue β community continuation aligned with @ant-design/x
73 lines (53 loc) β’ 2.44 kB
Markdown
# Ant Design X Vue Next
[![npm version][npm-version-src]][npm-version-href]
[![License][license-src]][license-href]
![vue][vue-version-src]
[![Netlify Status][netlify-src]][netlify-href]
> Community continuation of [ant-design-x-vue](https://github.com/wzc520pyfm/ant-design-x-vue), aligned with [@ant-design/x](https://github.com/ant-design/x).
Ant Design X For Vue. π₯ [δΈζ](./README.md)
**Repo:** https://github.com/XiaShus/ant-design-x-vue-next
**Docs:** https://ant-design-x-vue-next-524.netlify.app
**npm:** https://www.npmjs.com/package/ant-design-x-vue-next
## β¨ 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-next
```
```bash
$ yarn add ant-design-vue ant-design-x-vue-next
```
```bash
$ pnpm add ant-design-vue ant-design-x-vue-next
```
## π¨ Usage
```html
<script setup lang="ts">
import { Bubble, XProvider } from 'ant-design-x-vue-next';
</script>
<template>
<Bubble content="Hello AI" />
</template>
```
## β¨οΈ Development
```bash
$ pnpm install
$ pnpm docs:dev
$ pnpm run build
```
## π LICENSE
[MIT](./LICENSE)
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/ant-design-x-vue-next.svg?style=flat
[npm-version-href]: https://www.npmjs.com/package/ant-design-x-vue-next
[vue-version-src]: https://img.shields.io/badge/vue-%20%3E%3D%203.5-47c219
[license-src]: https://img.shields.io/github/license/XiaShus/ant-design-x-vue-next?style=flat
[license-href]: https://github.com/XiaShus/ant-design-x-vue-next/blob/main/LICENSE
[netlify-src]: https://api.netlify.com/api/v1/badges/768dab5b-1472-4133-942d-e06f30e6f1f9/deploy-status
[netlify-href]: https://ant-design-x-vue-next-524.netlify.app