# bcp-ui **Repository Path**: xujn/bcp-ui ## Basic Information - **Project Name**: bcp-ui - **Description**: 客户管理系统 - **Primary Language**: HTML/CSS - **License**: Apache-2.0 - **Default Branch**: release_1.0.0.0_customer - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2025-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bcp-ui ## 概述 客户管理系统 ## 功能特性 - **Vue 3**: 利用最新版本的 Vue.js 实现现代化的响应式体验。 - **Element Plus**: 集成了 Element Plus,提供丰富的 UI 组件。 - **Vite**: 使用 Vite 进行快速构建和模块热替换。 - **TypeScript**: 支持 TypeScript,提升代码质量和可维护性。 - **Tailwind CSS**: 使用 Tailwind CSS 进行样式设计。 ## 快速开始 ### 先决条件 - **Node.js**: 版本 18.0.0。 - **npm**: 版本 8.0.0 或更高。 ### 安装 1. 克隆仓库: ```bash git clone https://gitee.com/xujn/bcp-ui.git cd bcp-ui ``` 2. 安装依赖: ```bash npm install --registry=https://registry.npmmirror.com ``` ### 开发 ```bash npm run dev ``` ### 构建 为生产环境构建项目: ```bash npm run build ``` 为 Docker 构建项目: ```bash npm run build:docker ``` ## 浏览器支持 - 现代浏览器的最后两个版本。 - 不支持 IE 11 及更低版本。 ## 说明 本项目基于PIG-UI进行二次开发,感谢PIG-UI的开发团队。 ## 许可证 本项目采用 Apache-2.0 许可证。