# umi-tempplate **Repository Path**: coderzrf/umi-tempplate ## Basic Information - **Project Name**: umi-tempplate - **Description**: umi模板 作为后台管理模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-05 - **Last Updated**: 2023-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UMI 模板 - 使用手册 ### 启动 安装依赖 > node(16.19.0) ```bash $ yarn ``` init git ```bash $ git init ``` 初始化 husky ```bash yarn prepare ``` 启动本地服务 ```bash $ yarn start ``` 提交修改 ```bash $ yarn commit ```