Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
/ smp-client-angular Public archive

(Angular)学生管理平台网页端(辅导员)Student Management Platform Web Page (Counselor)

License

Notifications You must be signed in to change notification settings

itning/smp-client-angular

Repository files navigation

基于Spring Cloud的学生管理平台(前端 Angular)

GitHub stars GitHub forks GitHub watchers GitHub followers

GitHub issues GitHub license GitHub last commit GitHub release GitHub repo size in bytes Hits language

工程

  1. 前端项目
  2. Android移动端项目
  3. 后端
  4. 人脸识别模型库
  5. 统一配置中心数据存放仓库

依赖

编译器

编译器 版本
android studio 3.5.3+
intellij idea 2019.3.1+
intellij webstorm 2019.3.1+

编译与运行

依赖 版本
Java SE Development Kit 8u231 (JDK 8<JDK11)
maven 3.6.3+
node.js 12.14.0+
yarn 1.21.1+
npm 6.13.4+
mysql 8.0.18+

设置代理

npm

npm config set registry https://registry.npm.taobao.org

yarn

yarn config set registry https://registry.npm.taobao.org

项目编译

配置目录:src/app/api/index.ts

高德地图开发者地址

export const SERVER_HOST = 'http://localhost:8888';
export const API = {
  // 高德地图API KEY
  aMapKey: ''
}

安装依赖

npm install

打包发布

npm run build

调试运行

npm run start

预览

login

first

student

leave

room

版权声明

该项目仅用于学习,禁止用于商业用途。

项目是我个人毕业项目,不建议作为您毕业项目来使用