# connectUmiSphere **Repository Path**: zhao-jingtao-l_admin/connect-umi-sphere ## Basic Information - **Project Name**: connectUmiSphere - **Description**: 畅行前端坊,基于umi开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-22 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Umi Max 在使用 `create-umi` 选择 `Ant Design Pro` 模板,就能使用 `@umijs/max` 来创建项目了。 创建项目:采用pnpm ```shell pnpm dlx create-umi@latest ``` ```bash $ npx create-umi@latest Simple App ❯ Ant Design Pro Vue Simple App ``` # antd 整合 antd 组件库。 配置开启,示例: ```ts export default { antd: { configProvider: {}, dark: true, compact: true, import: true, style: 'less', theme: {}, appConfig: {}, momentPicker: true, styleProvider: { hashPriority: 'high', legacyTransformer: true, } } }; ```