# EvaluationSys **Repository Path**: hh-lll/evaluation-sys ## Basic Information - **Project Name**: EvaluationSys - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-14 - **Last Updated**: 2026-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # evaluation-sys

vue: 2.xvue2.x express: 4.17.2express4.17.2 three.js: 2.3three.js2.3 sequelize: v5sequelizev5

> B/S架构下的创新素质测评系统 [![LQHnbD.md.png](https://s1.ax1x.com/2022/04/14/LQHnbD.md.png)](https://imgtu.com/i/LQHnbD) ## 项目结构 1. backend 1. server 服务端 2. 使用`express`、`mysql`和`sequelize` 2. frontend 1. client浏览器客户端 2. 使用`vue2`、`elementui`和`threejs` ## Get Started ```bash # --- server --- cd /backend #dependencies npm -i # start in port 3000 npm start # ---client--- cd /frontend #dependencies npm -i # start in port 8080 npm run dev # or get the package of project npm run build ``` ## 特性 * 完整B/S架构 * 浏览器适配,flex布局 ## 第三方插件 * [sequelize](https://www.sequelize.com.cn/) * [three.js](https://threejs.org/) * [element-ui](https://element.eleme.cn/#/zh-CN) * [fullpages.js](https://github.com/alvarotrigo/fullPage.js) * [axios](http://www.axios-js.com/)