# tj-java1 **Repository Path**: qubome_admin/tj-java1 ## Basic Information - **Project Name**: tj-java1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-14 - **Last Updated**: 2024-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ele 这是一个基于 Vue3、Vite、ElementPlus 的外卖后台管理系统 ## 克隆项目 ```sh git clone https://gitee.com/qubome_admin/tj-java1.git ``` ## 安装依赖 克隆到本地的项目是没有 node_modules 的,所以需要安装依赖 ```sh npm install 或者 npm i ``` ## 运行本地开发 ```sh npm run dev ``` ## 打包 ```sh npm run build ```