# vue3-ruoyi-demo **Repository Path**: nard/vue3-ruoyi-demo ## Basic Information - **Project Name**: vue3-ruoyi-demo - **Description**: 若依demo - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-24 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite # 前言 - 基于 Vue3.2、Typescript、Vite4、Pinia、ELement-plus 开源的后台管理系统模板 ### 安装使用步骤 - **Clone:** ```text # GitLab git clone ``` - **Install:** ```text npm install # npm install 安装失败,请升级 nodejs 到 16 以上 ``` - **Run:** ```text npm run dev npm run serve ``` - **Build:** ```text # 开发环境 npm run build:dev # 测试环境 npm run build:test # 生产环境 npm run build:prod ```