Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.05 KB

campus-services

介绍

第二届阿里训练营 “专业写bug队”项目 —— Pocket Campus 口袋校园

软件架构

目录结构:

  • /frontend 前端目录
  • /backend 后端目录

架构说明:

相关文档

安装及运行

  1. 安装: 在/frontend下 npm i,在/backend下 npm i
  2. 开发环境使用mock: 在/frontend下 npm run mock,然后在/backend下 npm run dev
  3. 开发环境运行: 在/frontend下 npm run dev,然后在/backend下 npm run dev
  4. 正式环境运行: 在/frontend下 npm run build 进行打包前端代码,然后在/backend下 npm run start