Skip to content

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

License

Notifications You must be signed in to change notification settings

MOSIAW/campus-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.5%
  • JavaScript 41.4%
  • HTML 2.0%
  • Less 0.1%