Skip to content

wzc520pyfm/ant-design-x-vue

Repository files navigation

Ant Design X Vue

NPM version NPM downloads

Ant Design X For Vue. 🔥

这里是Ant Design X的Vue实现。

Usage

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>

Development

# 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

Contributing

您的贡献至关重要!

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

Contributors

LICENSE

MIT