mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
style:修改左侧导航及头部导航栏,创建左侧导航相关页面
This commit is contained in:
73
README.md
73
README.md
@@ -1,24 +1,97 @@
|
||||
# fe_manage
|
||||
|
||||
## Project setup
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
||||
## pages 页面说明
|
||||
|
||||
### 一、learningpath:学习路径文件夹
|
||||
|
||||
```
|
||||
LearningPath.vue:学习路径页面
|
||||
|
||||
```
|
||||
|
||||
### 二、projectcenter:项目文件夹
|
||||
|
||||
```
|
||||
ProjectManage.vue:项目页面
|
||||
ProjectAdd.vue:创建项目页面
|
||||
TemplateLibrary.vue:模板页面
|
||||
|
||||
```
|
||||
|
||||
### 三、courselibrary:课程文件夹
|
||||
|
||||
```
|
||||
CourseManage.vue:课件管理页面
|
||||
CoursewareManage.vue:课程页面
|
||||
|
||||
```
|
||||
|
||||
### 四、examination:考试文件夹
|
||||
|
||||
```
|
||||
ExaminationCenter.vue:考试中心页面
|
||||
|
||||
```
|
||||
|
||||
### 五、research:调研文件夹
|
||||
|
||||
```
|
||||
ResearchManage.vue:调研管理页面
|
||||
|
||||
```
|
||||
|
||||
### 六、report:报表文件夹
|
||||
|
||||
```
|
||||
ReportCenter.vue:报表中心页面
|
||||
|
||||
```
|
||||
|
||||
### 七、teacher:教师文件夹
|
||||
|
||||
```
|
||||
TeacherManage.vue:教师管理页面
|
||||
|
||||
```
|
||||
|
||||
### 八、certificate:证书文件夹
|
||||
|
||||
```
|
||||
CertificateCenter.vue:证书中心页面
|
||||
|
||||
```
|
||||
|
||||
### 九、system:系统文件夹
|
||||
|
||||
```
|
||||
SystemManage.vue:系统管理页面
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user