Skip to content

概览

Vue插件,兼容Vue 2和Vue 3。

安装

bash
# or pnpm or yarn
npm install @company-ui/vue
npm install @company-ui/style

快速开始

ts
import '@company-ui/style';
import CompanyUI from '@company-ui/vue';
app.use(CompanyUI);

本中文文档内容版权为 Michael Sun 所有,保留所有权利。