# semi-startup **Repository Path**: plightfield/semi-startup ## Basic Information - **Project Name**: semi-startup - **Description**: semi + koa 全站模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-31 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 支持路由匹配 - 支持一键式路由配置 - 支持后端同时开发 - 支持路由记录 - 支持路有菜单搜索 - 默认加入 styled-components / react-router-dom - SOA 示例 - 提供 vscode 默认配置 - 服务端支持 https/http2 - 服务端客户端支持 dev/uat/prod 三环境(uat 前后端合并,prod 开启 https/http2) - 服务端支持 multer 和 bodyparser,并做好区分(api/files/ 路径下处理 multer) - 开启 gzip - prod 环境 pm2 构建,其与环境 nodemon - 统一交互格式({data:xxx} 为成功返回,{msg:xxx} 为失败返回)