|
il y a 3 mois | |
---|---|---|
.husky | il y a 3 mois | |
docs | il y a 3 mois | |
internal | il y a 3 mois | |
play | il y a 3 mois | |
resolver | il y a 3 mois | |
src | il y a 3 mois | |
.editorconfig | il y a 3 mois | |
.eslintrc.js | il y a 3 mois | |
.gitignore | il y a 3 mois | |
.prettierignore | il y a 3 mois | |
.prettierrc.js | il y a 3 mois | |
CHANGELOG.md | il y a 3 mois | |
LICENSE | il y a 3 mois | |
README.en.md | il y a 3 mois | |
README.md | il y a 3 mois | |
netlify.toml | il y a 3 mois | |
package.json | il y a 3 mois | |
pnpm-lock.yaml | il y a 3 mois | |
pnpm-workspace.yaml | il y a 3 mois | |
renovate.json | il y a 3 mois | |
tsconfig.build.json | il y a 3 mois | |
tsconfig.json | il y a 3 mois | |
vite.config.mts | il y a 3 mois | |
vitest.config.mts | il y a 3 mois |
Ant Design X For Vue. 🔥 中文
This is the implementation of Ant Design X for Vue.
First, install packages ant-design-vue
and ant-design-x-vue
to your project, you can run following commands in your project directory:
pnpm add ant-design-vue ant-design-x-vue
Second, import components from ant-design-vue
library:
<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
Would you like to change the world with us?
Please reference the Roadmap and pick up any one you like.
MIT