# yyplatform-admin-vue3 **Repository Path**: sleepforests/yyplatform-admin-vue3 ## Basic Information - **Project Name**: yyplatform-admin-vue3 - **Description**: 一个脚手架的后台UI部分,Vue3工程。使用Vue3、Element-Plus、Vite、TypeScript、Pinia等技术栈实现。 - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/sleepforests/yyplatform-admin-vue3 - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-09-12 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yuyue-platform-vue3 ## 1、项目介绍 yuyue-platform-vue 是基于 Vue3 + Vite5+ TypeScript5 + Element-Plus + Pinia 等主流技术栈构建的免费开源的中后台管理的前端模板。 ## 2、技术栈介绍 ### Vue3 todo补充说明 - 参考 - https://cn.vuejs.org/ ### pnpm todo 补充说明 - 参考 - https://pnpm.io/zh - https://github.com/pnpm/pnpm ### Element Plus 安装element-plus,安装自动导入; ``` pnpm install element-plus pnpm install -D unplugin-vue-components unplugin-auto-import ``` 参考 - https://element-plus.gitee.io/zh-CN/ ### Vite todo 补充说明 - 参考 - https://cn.vitejs.dev/guide/ ### TypeScript todo补充说明 参考 - https://www.tslang.cn/ ### Pinia todo 补充说明 参考 - https://pinia.vuejs.org/zh/ ### Vue Router todo 补充说明 - 参考 - https://router.vuejs.org/zh/ ### vue-i18n todo - 参考 - https://vue-i18n.intlify.dev/ ## 3、启动项目 ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ``` ## 4、配套后端项目 - 后端API接口:https://gitee.com/sleepforests/yyplatform-admin-boot - C端API接口:https://gitee.com/sleepforests/yyplatform-frontend-boot - C端uniapp工程(小程序、h5、ios、adr):https://gitee.com/sleepforests/yyplatform-uniapp