ant-design-x-vue2
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i ant-design-x-vue2

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

655 kB

Total Files

158

Last publish

Collaborators

  • tangfei0629