- 前端项目
- Android移动端项目
- 后端
- 人脸识别模型库
- 统一配置中心数据存放仓库
编译器 | 版本 |
---|---|
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 config set registry https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org
配置目录:src/api/index.js
SERVER_HOST=>后端地址
API.key=>用于高德地图KEY
安装依赖
yarn install
打包发布
yarn build
调试运行
yarn serve
该项目仅用于学习,禁止用于商业用途。
项目是我个人毕业项目,不建议作为您毕业项目来使用。