Home

Awesome

<p align="center"> <img style="margin-top: 30px" src="https://raw.githubusercontent.com/pumelotea/happyboot-tiger/master/assets/logo.png" width="120"/> </p> <h1 align="center"> HappyBoot Tiger </h1> <p align="center"> <img src="https://img.shields.io/github/last-commit/pumelotea/happyboot-tiger?style=flat-square"/> <img src="https://img.shields.io/github/stars/pumelotea/happyboot-tiger?style=flat-square"/> <img src="https://img.shields.io/github/forks/pumelotea/happyboot-tiger?style=flat-square"/> <img src="https://img.shields.io/github/issues/pumelotea/happyboot-tiger?style=flat-square"/> <img src="https://img.shields.io/github/license/pumelotea/happyboot-tiger?style=flat-square"/> </p>

效果图

lib light dark editor

简介

happyboot-tiger是happyboot系列中最新的中后端框架,采用时下最流行的Vue3NaiveUI

技术框架: Vue3 + Vite5 + JavaScript + Navie UI

演示地址

废话不多说,具体效果请直接看演示地址!

特性

基本特性

组件&方法

不满足普通组件,我们封装了一些实用组件,以及预先集成了一些可能会用到的类库

下载&运行

快速启动

git clone -b master https://github.com/pumelotea/happyboot-tiger.git
# 进入项目目录
cd happyboot-tiger
# 安装依赖
pnpm i
# 运行
pnpm dev