# plus-ui **Repository Path**: binliu_tj/wine-plus-ui ## Basic Information - **Project Name**: plus-ui - **Description**: Front end of wine-plus - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: ts - **Homepage**: https://blog.liu-bin.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3721 - **Created**: 2024-06-28 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 平台简介 - 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [TS](https://www.typescriptlang.org/) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 - 成员项目: 基于 vben(ant-design-vue) 的前端项目 [ruoyi-plus-vben](https://gitee.com/dapppp/ruoyi-plus-vben) - 配套后端代码仓库地址 ```bash # 克隆项目 git clone https://gitee.com/JavaLionLi/plus-ui.git # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev # 构建生产环境 npm run build:prod # 前端访问地址 http://localhost:80 ```