README.md 项目说明

This commit is contained in:
钱冠学
2024-12-11 17:25:29 +08:00
parent 88d47a7eea
commit a5295dfaef

View File

@@ -37,6 +37,16 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
- 系统提供问卷的创建、模板创建、发布、管理、回收功能
- 实现对回收数据的统计和分析
# 前端技术清单
- vue@3.2.31 + vuex@4.0.2 + vue-router@4.0.12 + axios@0.24.0
- ant-design-vue@2.2.8
- echarts@5.3.0
- postcss@8.4.14 + scss@1.49.9
- three.js@0.145.0
- mitt@3.0.0 + moment@2.29.4 + uuid@8.3
- sortablejs@1.15.0 + escape-html@1.0.3 + tinymce/tinymce-vue@4.0.6
- eslint@6.7.2
# 添加新页面流程
- 将新页面路由添加至 ./src/router/index.js
- 新页面文件放置在 ./src/views 对应模块内