# diboot-mobile-ui **Repository Path**: dibo_software/diboot-mobile-ui ## Basic Information - **Project Name**: diboot-mobile-ui - **Description**: diboot 移动端前端UI - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master-v3 - **Homepage**: https://www.diboot.com - **GVP Project**: No ## Statistics - **Stars**: 19 - **Forks**: 29 - **Created**: 2021-09-15 - **Last Updated**: 2025-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: 移动端, Vue, uni-app, 前端, 低代码开发平台 ## README # Diboot V3.0移动端开发框架 diboot V3.0 全新移动端开发框架,基于Vue 3 + TypeScript + Vite + Vant > [uniapp-adapter](uniapp-adapter) 增加了uniapp的适配,可以参考实现,将diboot-mobile-ui,融入uniapp ## 依赖安装 ```sh pnpm install ``` ### 启动 ```sh pnpm run dev ``` ### 构建 ```sh pnpm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```