系统前端基于Vue +ElementUi + typeScript构建
系统后端基于node + nest.js +mysql构建
common // 公共(权限, 错误拦截)
config // 系统配置
controller // 控制器
model // 控制器
DTO // DTO数据约束
entity // entity定义
module // 系统模块
service // 服务(数据CRDU)
utils // 工具函数
git clone https://github.com/canyuegongzi/simple-user-center-web.git
npm install
npm run serve
于congig/config.ts配置mysql redis 等全局配置
git clone https://github.com/canyuegongzi/simple-user-center.git
npm install
npm run start:dev