# cepc **Repository Path**: zhangpeng96169/cepc ## Basic Information - **Project Name**: cepc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目启动 从git仓库将代码pull下来后,在项目根目录下进行依赖项安装 ```bash npm install ``` 待模块 node_modules 文件夹安装完毕后 ```bash npm run dev ``` 启动项目 在本地 http://localhost:8080 即可访问项目 # 页面工作 #### 公用页面 - 登录 Login.vue - login.html - 注册 Register.vue (包括图片上传) - register.html - 首页 Index.vue (页面的 试题市场引题统计、我的收益、我的试题难度倾向 都是静态数据) - index.html - 试题商城 Mall.vue (此页面仅作 未制作完成提醒即可,无需实现) - 只做提示即可 - 首页两个方框页面,我的VIP,新消息 - VIP.html - message.html #### 试题页面 - 原创试题 OriginalQuestion.vue (此页面需要支持数学公式的插入) - create.html - 修改试题 UpdateQuestion.vue - update_question.html?id=61 - 试题详情 ViewQuestion.vue - details.html?id=61 - 首页一个方框页面,我的试题 - mine.html #### 试卷页面 - 原创试卷 OriginalPaper.vue (此页面需要支持拖拽) - original_paper.html - 类型选择 TypeChoose.vue - type_choose.html - 试卷编辑 CreatePaper.vue - create_paper.html?pre_base_id=12 - 首页一个方框页面,我的试卷 - myTestPaper.html #### 类型预置 - 类型预置 PreBase.vue - kind.html - 新建预置 NewPreBase.vue (此页面需要支持拖拽) - new_kind.html - 更新预置 UpdatePreBase.vue - update_kind.html?kindId=21 - 查看预置 ViewPreBase.vue - view_kind.html?kindId=21 上述页面对应 kind.html 系列 #### PS 其中,我的试题,我的试卷,试卷类型预置,类型选择 页面均包含表格 此类型页面需要风格统一,最好是由一人率先做完其中之一后,别人再复制修改。 # 项目要求 #### git 使用 码云 https://gitee.com/ 进行代码仓库管理 每次提交之前,需要使用 git status -s 查看自己提交的内容,以免误改,误删 `git comit` 时需要加上合适的备注,如: “完善了 Index.vue 页面“ #### npm 添加新的项目依赖时,在README(此文档) 和 git 修改日志中需要体现 目前依赖: - axios - element-ui - font-awesome - vue - vuex - vue-router - vue-echarts - vuedraggable - mockjs vuedraggable https://github.com/SortableJS/Vue.Draggable vue-echarts https://github.com/ElemeFE/v-charts 数学公式编辑——未完待续