# Vue3AdminElementApiServerTemplate **Repository Path**: ww24kobe/vue3-admin-element-api-server-template ## Basic Information - **Project Name**: Vue3AdminElementApiServerTemplate - **Description**: Vue3AdminElementApiServerTemplate 对应后台api接口服务模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-28 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 部署文档 1. 克隆项目 2. 安装依赖 ```shell pnpm i ``` 3. 将 `data/*.sql` 备份文件导入到自己的数据库中 4. 修改 config/dbConfig,改成自己的数据库信息 ```json { "connectionLimit": 10, "host": "127.0.0.1", "port": "3306", "user": "root", "password": "root", "database": "kphm01" } ``` 5. 启动服务 `nodemon server.js`