# spring-h5 **Repository Path**: ccygit/spring-h5 ## Basic Information - **Project Name**: spring-h5 - **Description**: h5制作 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## h5在线编辑平台 ### 技术架构 > 前端:vue2.0 + vue-router + vuex + axios + Element ui > 后端:spring-boot + mongodb ### 目录结构 > webapp/ 前端 > makaserver/ 后端 ### 注意!!! 运行前需要先启动mongodb数据库,请确保本地已安装数据库 ### 运行方法 > npm install // 安装依赖 > npm run webapp // 启动前端工程 > npm run local // 启动后端工程