# eeas-frontend **Repository Path**: akagiyui/eeas-frontend ## Basic Information - **Project Name**: eeas-frontend - **Description**: 将为高校实现完整的学生成绩评定以及回访功能。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-18 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程教育认证系统前端 EEASFrontend Engineering Education Accreditation System Frontend 将为高校实现完整的学生成绩评定以及回访功能。 > 示例 demo > > 地址: https://eeas.akagiyui.com > > 用户名: ddi > > 密码: 1050314133 > 注意!这只是个人学习 Vue 的作品,谨慎用于生产环境! > > 由于这是本人的第一个 Vue 项目,各种不规范请**指出**,以帮助我改进,感谢! ## 更新日志 [Changelog](Changelog.md) ## 注意事项 Tips 该项目尚未成熟! `master`分支仍处于开发阶段,请勿在生产环境使用! ## 开发相关 Development ### 使用技术 TechnologyStack NodeJS版本: [v16.15.1](https://nodejs.org/zh-cn/) [下载地址](https://nodejs.org/download/release/v16.15.1/) 包管理器: [pnpm](https://pnpm.io/zh/) 构建工具: [Vite](https://vitejs.cn/) 代码规范工具: [ESLint](https://eslint.org/) [中文文档](https://eslint.bootcss.com/) 自动构建/托管: [Vercel](https://vercel.com/) 编程语言: [TypeScript](https://www.typescriptlang.org/) #### Node模块 Node Modules - [vue ^3.2.37](https://staging-cn.vuejs.org/) 前端框架 - [vue-router ^4.0.16](https://router.vuejs.org/zh/index.html) 路由控制器 - [vue-clipboard3 2.0.0](https://github.com/JamieCurnow/vue-clipboard3) 剪贴板操作 - [qrcode.vue ^3.3.3](https://github.com/scopewu/qrcode.vue) 二维码生成组件 - [naive-ui ^2.30.7](https://www.naiveui.com/zh-CN/light) Vue3 组件库 - [axios ^0.27.2](https://axios-http.com/zh/) 异步HTTP客户端 - [pinia ^2.0.14](https://pinia.vuejs.org/) Vue 状态管理插件 - [pinia-plugin-persistedstate ^1.6.1](https://github.com/prazdevs/pinia-plugin-persistedstate) Pinia 持久化插件 - [sha1 ^1.1.1](https://github.com/pvorb/node-sha1) sha1 加密模块 ### 待办事项 Todo - [ ] PiniaStore 改为组合式 API ## 推送前注意 Warnings - console 是否报错/警告 - eslint 格式检查 - build 是否报错