# harry-vue **Repository Path**: todayliao/harry-vue ## Basic Information - **Project Name**: harry-vue - **Description**: 前端技术栈 Vue3 + Element Plus + Vite 构建开发,实现Harry后台管理前端功能,提供一套更优的前端解决方案。 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: v3 - **Homepage**: http://demo.tech-harry.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 22 - **Created**: 2024-12-31 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境准备 | 环境 | 名称版本 | 下载地址 | | -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ | | **开发工具** | VSCode | [下载](https://code.visualstudio.com/Download) | | **运行环境** | Node ≥18 (其中 20.6.0 版本不可用) | [下载](http://nodejs.cn/download) | ## 项目启动 ```bash # 克隆代码 git clone https://gitee.com/harry-tech/harry-vue.git # 进入项目目录 cd harry-vue # 安装 pnpm npm install pnpm -g # 设置镜像源(可忽略) pnpm config set registry https://registry.npmmirror.com # 安装依赖 pnpm install # 启动运行 pnpm run dev ```