|
пре 3 месеци | |
---|---|---|
.husky | пре 3 месеци | |
docs | пре 3 месеци | |
internal | пре 3 месеци | |
play | пре 3 месеци | |
resolver | пре 3 месеци | |
src | пре 3 месеци | |
.editorconfig | пре 3 месеци | |
.eslintrc.js | пре 3 месеци | |
.gitignore | пре 3 месеци | |
.prettierignore | пре 3 месеци | |
.prettierrc.js | пре 3 месеци | |
CHANGELOG.md | пре 3 месеци | |
LICENSE | пре 3 месеци | |
README.en.md | пре 3 месеци | |
README.md | пре 3 месеци | |
netlify.toml | пре 3 месеци | |
package.json | пре 3 месеци | |
pnpm-lock.yaml | пре 3 месеци | |
pnpm-workspace.yaml | пре 3 месеци | |
renovate.json | пре 3 месеци | |
tsconfig.build.json | пре 3 месеци | |
tsconfig.json | пре 3 месеци | |
vite.config.mts | пре 3 месеци | |
vitest.config.mts | пре 3 месеци |
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