Skip to content

long36708/ant-design-x-vue

 
 

Repository files navigation

Ant Design X Vue

npm version npm downloads bundle Github Actions Netlify Build License

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

About

Ant Design X For Vue. 🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.4%
  • Vue 25.1%
  • Other 0.5%