# diboot-mobile-ui **Repository Path**: insfly/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**: 0 - **Forks**: 29 - **Created**: 2024-08-27 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```