# ThinkAdminMobile **Repository Path**: juheke/ThinkAdminMobile ## Basic Information - **Project Name**: ThinkAdminMobile - **Description**: ThinkAdminMobile 是基于 uview 实现,目前已经支持微信小程序、微信服务号 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-03-24 - **Last Updated**: 2022-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThinkAdminMobile ### 介绍 此项目为 ThinkAdmin 配套前端项目,使用 HBuilder 开发工具,代码仅供参考。 ### 软件架构 ThinkAdminMobile 是基于 uview 实现,目前已经支持微信小程序、微信服务号,HTML5手机端。 ### 安装教程 ```shell > git clone https://gitee.com/zoujingli/ThinkAdminMobile mobile > cd mobile > npm install ``` ### 开发及编译 > 运行开发环境: > * 纯 HTML5 环境:运行 -> [手机移动端 H5 站点] > * 微信服务号环境:运行 -> [微信服务号 H5 站点] > * 微信小程序环境:运行 -> [运行到小程序模拟器] -> [微信开发者工具] > 项目编译发行: > * 纯 HTML5 环境:发行 -> [自定义发行] -> [手机移动端 H5 站点] > * 微信服务号环境:发行 -> [自定义发行] -> [微信服务号 H5 站点] > * 微信小程序环境:发行 -> [小程序-微信]