# v3_node **Repository Path**: xiG_index/v3_node ## Basic Information - **Project Name**: v3_node - **Description**: vue3+node - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 1 - **Created**: 2023-03-16 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # V3_Node vue3+axios+pinia+node+redis+Mysql 的一套完整独立前后端分离项目,在线演示地址http://111.92.241.91:9999 前端启动命令 npm run serve 后端启动命令 npm start 默认账号密码 admin admin ## Project setup ``` cnpm 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 ``` ### 登录模块 - jwt+redis鉴权处理 - token过期失效 - token无感刷新 - token鉴别中间件 - 用户唯一登录 - 接口白名单 ### 系统管理 - 角色人员菜单管理 - 动态路由封装:路由鉴权 - axios 封装:重复请求,请求取消,加载 loading - pinia 数据共享通信 ### 性能监控 https://gitee.com/xiG_index/dxg_monitor ```js npm i dg_monitor ``` - 数据埋点手动自动上报 - 性能监控 - 错误监控 ### 文件模块 - 大文件断点续传 - 文件立即预览,文件防篡改水印, ### 在线通信 - 轮询全局消息 - 多人在线聊天