Ant Design X For Vue. 🔥
这里是Ant Design X的Vue实现。
First, install ant-design-vue
and ant-design-x-vue
:
pnpm add ant-design-vue ant-design-x-vue
Then, introduce component:
<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,从中挑选您感兴趣的部分。
MIT