# GeoBaseDM **Repository Path**: weiflying/geo-base-dm ## Basic Information - **Project Name**: GeoBaseDM - **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-23 - **Last Updated**: 2024-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - **template of:** vite2 + vue3 + typescript ## Started ```bash pnpm install ``` --- ## Develop ```bash pnpm dev # or `pnpm serve` ``` --- ## Build ```bash pnpm build ``` -- ## Commit 遵循commitlint,提交说明如下: - feat:新功能(feature) - ci:自动化流程配置修改 - fix:修补 bug - docs:文档更新(documentation) - style:修改了空格、缩进等(不影响代码运行的变动) - refactor:功能重构(即不是新增功能,也不是修改 bug 的代码变动) - test:增加测试 - chore:构建过程或辅助工具的变动 比如 webpack babel eslint 配置 - perf:优化相关,比如提升性能、体验。 - revert:回滚