# cesium **Repository Path**: fxg1997/cesium ## Basic Information - **Project Name**: cesium - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-04 - **Last Updated**: 2026-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 子包安装 ##### 安装具体项目下 ``` vp add @packages/media --filter @app/website --workspace ``` ##### 安装全局 ``` vp add @packages/media -w --workspace ``` #### git ##### 开启大小写敏感 ``` //项目仓库生效 git config core.ignorecase false //全局所有仓库生效 git config --global core.ignorecase false ```