# hcms-admin-Vue **Repository Path**: hwwweb/hcms-admin-vue ## Basic Information - **Project Name**: hcms-admin-Vue - **Description**: 基于 Vue 3 开发的 管理系统。使用:Element-Plus、TypeScript、Scss、Mock、Axios、Vite 等技术 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-09 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, TypeScript, Sass ## README > ## 项目描述 - 一个基于 Vue 3 开发的 前后端分离 后台管理系统 > ## 使用技术 - element-plus - typescript - scss - mock - axios - vite > ## 初始化 ``` sh npm install ``` > ## 开发环境编译运行 ```sh npm run dev ``` > ## 生产环境编译发布 ```sh npm run build ```