# SimpleMath-UI **Repository Path**: anlg/simple-math-ui ## Basic Information - **Project Name**: SimpleMath-UI - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-12 - **Last Updated**: 2024-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simplemath ## 下载依赖 ```bash npm install ``` ### 项目启动 ```bash npm run dev ``` ### 项目打包 ```bash npm run build ``` ### 清除缓存 ```hash npm cache clear --force ```