# yasu-boot-web **Repository Path**: coder-lida/yasu-boot-web ## Basic Information - **Project Name**: yasu-boot-web - **Description**: spring-boot脚手架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-21 - **Last Updated**: 2023-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 - 基于Vue3、TypeScript、Element Plus、Vue Router、Pinia、Axios、i18n、Vite等开发的后台管理。 ## 安装 注意:需使用 nodejs 长期维护版本,如:[16.x],能保证项目的稳定运行。 ```bash # 克隆项目 git clone https://gitee.com/coder-lida/yasu-boot-web.git # 进入项目 cd yasu-boot-web # 安装依赖 npm install # 运行项目 npm run dev # 打包发布 npm run build ```