# node-web-template **Repository Path**: caicaistudy/node-web-template ## Basic Information - **Project Name**: node-web-template - **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-12-10 - **Last Updated**: 2024-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-web-template #### 介绍 这是个人node-web项目模板,学习使用 #### 目录结构 ├─apis 存放api接口,类似controller │ ├─file │ ├─test │ └─user ├─config ├─jobs ├─module │ ├─db │ ├─http │ ├─utils │ └─web web业务启动方法 ├─routes 与api接口哪儿对应,配置后台的route(路由) ├─service 业务逻辑层 │ ├─file │ ├─test │ └─user └─test ├─axios ├─es-tookit └─moment #### 软件架构 软件架构说明 #### 安装教程 1. npm i 2. npm run dev #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request 6.