# uni-command-build-project **Repository Path**: lmkitcode/uni-command-build-project ## Basic Information - **Project Name**: uni-command-build-project - **Description**: 基于 UNIAPP 基础框架,UV-UI 作为的 ui 框架搭建的移动端的命令式开发的项目 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-09-29 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 移动端\_UNIAPP 版本 #### 介绍 基于 UNIAPP 基础框架,UV-UI 作为的 ui 框架搭建的移动端项目 #### 环境要求 NodeJS 版本 >=16.18.0 #### 安装教程 1. 安装依赖 yarn install 或者 npm i 2. 在本地目录下面创建`.env.development` 文件, 将 `.env.development___back` 文件的内容拷贝进去 3. 启动项目 yarn dev 或者 npm run dev #### 项目创建 yarn new ![alt text](image-1.png) #### 项目打包 通过 yarn build 或者 npm run build ![alt text](image.png) 选择相应的项目就打包成功