# ThinkAdminMobile **Repository Path**: daijianyong/ThinkAdminMobile ## Basic Information - **Project Name**: ThinkAdminMobile - **Description**: ThinkAdminMobile 是基于UVUI 实现,目前已经支持微信小程序、微信服务号,移动端 H5 页面,安卓App应用,苹果App应用。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: uvui - **Homepage**: https://thinkadmin.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2024-03-19 - **Last Updated**: 2024-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThinkAdminMobile 2.0 [ThinkAdminMobile](https://gitee.com/zoujingli/ThinkAdminMobile) 是基于 [UVUI](https://www.uvui.cn) 构建的 [ThinkAdminWemall](https://thinkadmin.top/plugin/think-plugs-wemall.html) 配套前端商城应用。 项目基础样式默认引用 [TNUI-Vue3-Uniapp](https://vue3.tuniaokj.com) 的样式库,可以直接使用基础样式,至于该库的组件需要单独安装引用。当然我们不建议这样,会增加打包体积,只有在 [UVUI](https://www.uvui.cn) 无法满足的情况使用其他组件库。 **注意事项:** 项目本身未携带 `node_modules` 目录,下载代码后需要执行 `npm install` 安装依赖组件。 **开发提示:** 建议使用 **HBuilderX** 3.8+ 工具开发,可直接编译为指定平台应用程序。通常使用 **VsCode** 编辑代码,用 **HBuilderX** 编译应用及发布代码。 项目部分使用了 `typescript` 语法编写,支持强类型提示,在开发前最好了解下 `ts` 语法,如果不想用 `ts`,可以按 `js` 方式编写。 **已适配终端**:移动端 **H5** 页面、微信公众号、微信小程序,其他终端适配后另行通知。 ## 代码仓库 **前端代码仓库**:[https://gitee.com/zoujingli/ThinkAdminMobile](https://gitee.com/zoujingli/ThinkAdminMobile) **后台代码仓库**:[https://gitee.com/zoujingli/think-plugs-wemall](https://gitee.com/zoujingli/think-plugs-wemall) ## 演示案例 **后端临时体验**:[https://worker.v6.thinkadmin.top](https://worker.v6.thinkadmin.top) **后端账号密码:** admin / admin **前端临时体验**:[https://h5.dev.v6.thinkadmin.top](https://h5.dev.v6.thinkadmin.top) **使用注意事项:** 在使用体验环境时不要添加非法内容或随意删除配置信息,需要验证码的地方填写 `123456`。 > 旧版本 ThinkAdminMobile 1.0 请跳转到 [master](https://gitee.com/zoujingli/ThinkAdminMobile/tree/master) 分支。 ## 开发规范 - 自定义变量对象统一使用 `Ta` 前缀,如:`TaCache` `TaToast` `TaHttp` `TaPost` ... - 框架虽然支持 `JS` 与 `TS` 混编,但我们还是建议统一使用 `TS` 方式编写程序; - 推荐统一使用 `VSCode` 工具开发编写程序,使用最新版本 `XBuilderX` 配合调试及编译; - 本地存储统一使用 `AES` 加密存储,防止数据被复制与泄露 ( 本地化后虽然无法彻底阻止,但总归会安全许多 );