# ac-common-components **Repository Path**: chenchenpp/ac-common-components ## Basic Information - **Project Name**: ac-common-components - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-11-11 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### [代码仓库]() ## 安装 ``` npm install ac-common-components ``` ### 使用 #### 全局 ``` import AcComponent from 'ac-common-components' Vue.use(AcComponent) ``` #### 按需引入(例子AcPage) ``` import { AcPage } from 'ac-common-components' Vue.use(AcPage) ```