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