Jeecg-boot/jeecg-uniapp-master
2024-10-26 21:49:53 +08:00
..
api jeecgboot 2024-10-26 21:49:53 +08:00
common jeecgboot 2024-10-26 21:49:53 +08:00
components jeecgboot 2024-10-26 21:49:53 +08:00
pages jeecgboot 2024-10-26 21:49:53 +08:00
pages-config jeecgboot 2024-10-26 21:49:53 +08:00
plugin jeecgboot 2024-10-26 21:49:53 +08:00
static jeecgboot 2024-10-26 21:49:53 +08:00
store jeecgboot 2024-10-26 21:49:53 +08:00
.gitignore jeecgboot 2024-10-26 21:49:53 +08:00
App.vue jeecgboot 2024-10-26 21:49:53 +08:00
LICENSE jeecgboot 2024-10-26 21:49:53 +08:00
main.js jeecgboot 2024-10-26 21:49:53 +08:00
manifest.json jeecgboot 2024-10-26 21:49:53 +08:00
myhjdc.keystore jeecgboot 2024-10-26 21:49:53 +08:00
package.json jeecgboot 2024-10-26 21:49:53 +08:00
pages-config-template.json jeecgboot 2024-10-26 21:49:53 +08:00
pages-config.json jeecgboot 2024-10-26 21:49:53 +08:00
pages.json jeecgboot 2024-10-26 21:49:53 +08:00
README.md jeecgboot 2024-10-26 21:49:53 +08:00
uni.scss jeecgboot 2024-10-26 21:49:53 +08:00

JeecgUniapp项目介绍

JeecgBoot - APP移动解决方案采用uniapp框架一份代码多终端适配同时支持APP、小程序、H5实现了与JeecgBoot低代码平台完美对接!目前已经实现登录、用户信息、通讯录、公告、移动首页、九宫格等基础功能,更多功能请自己扩展。

当前最新版本: 2.0发布日期2020-07-05

AUR GitHub stars GitHub forks

本项目关闭issue遇到BUG可以在github上 发Issue

源码下载

后台代码

技术文档

效果预览

输入图片说明

功能模块

├─框架实现
│  ├─APP开发框架搭建
│  ├─登录对接
│  ├─TOKEN接口机制
│  ├─热更新\覆盖更新
├─基础功能
│  ├─菜单栏目
│  ├─登录页面
│  ├─移动首页
│  ├─个人信息设置
├─消息中心
│  ├─通讯录
│  ├─系统公告
│  ├─消息推送
├─示例代码
│  ├─调用摄像头扫码(扫码)
│  ├─获取地理位置(定位)
├─新增组件
│  ├─页面滚动
│  ├─日历
│  ├─时间选择
│  ├─下拉选择
│  ├─图片上传
├─。。。