# Plug-in-unit **Repository Path**: WoRuoYiRuFeng/Plug-in-unit ## Basic Information - **Project Name**: Plug-in-unit - **Description**: 基于uni-app开发的项目,可以快速搭建项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Plug-in-unit #### 介绍 前端开发的项目,可以快速搭建项目 #### 安装项目 - 使用git克隆项目 - 使用命令行 `git clone https://gitee.com/WoRuoYiRuFeng/Plug-in-unit.git` - 使用小乌龟 `https://gitee.com/WoRuoYiRuFeng/Plug-in-unit.git` - 安装依赖 - 进入根目录 `cd Plug-in-unit`,多个项目,根据自己需求进入,在此演示 *vue_source* 目录下项目,命令行输入 `cd vue_source` - 安装 `npm install` - 启动项目 - 线下启动 `npm run dev` - 线上打包 `npm run build`,在当前目录下生成dist文件,将dist配置到线上虚拟环境下即可 #### 目录结构 - uniapp_source - 基于uni-app开发的集成式项目 - vue_source - 基于vant开发的移动端项目