# 项目整合 **Repository Path**: Small_xin/project-integration ## Basic Information - **Project Name**: 项目整合 - **Description**: 包含前端(vue)和后端(nodejs),对自己这几年的学习进行整合 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-06 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 后台技术栈: ``` 开发语言: Nodejs 数据库: Mysql 使用方式: ··下载依赖: npm install ··启动项目: nodemon app.js ``` #### 前端技术栈: ``` 开发语言: Javascript 所用框架: Vue UI框架: Element-UI 请求方式: Axios 使用方式: ··下载依赖: npm install ··启动项目: npm run serve ··打包项目: npm run build ``` ​