# hello-admin **Repository Path**: cicada-singing/hello-admin ## Basic Information - **Project Name**: hello-admin - **Description**: It's an admin project with a separation of frontend and backend. - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2024-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-admin It's an admin project with a separation of frontend and backend. ## Project Introduction 本人参与开发工作多年,前端技术栈围绕 Vue 全家桶,后端技术栈围绕 Spring 全家桶。在体验了诸多的开发框架中,对于痛点:统一的、跨端的 UI,灵活的、跨库的 ORM,当然还包括基本的性能、效率、社区等,发现了 Quasar 和 MyBatis-Flex 两大框架的优势。因此,本项目采用前后端分离的方式,组合了前面的技术生态系统,同时借鉴网上诸多成熟后台管理框架,快速构建了一个基于 RBAC 的脚手架项目。该项目会持续更新一些实用功能。 ## Project Setup ### Install the dependencies ```bash npm i ``` ### Run prepare script ```bash npm run prepare ```