bunny-cli/readme.md

88 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🐇🐇🐇 Bunny-Cli脚手架
```
.-. .-') .-') _ .-') _
\ ( OO ) ( OO ) ) ( OO ) )
;-----.\ ,--. ,--. ,--./ ,--,' ,--./ ,--,' ,--. ,--. .-----. ,--. ,-.-')
| .-. | | | | | | \ | |\ | \ | |\ \ `.' / .-') ' .--./ | |.-') | |OO)
| '-' /_) | | | .-') | \| | )| \| | ).-') /_( OO) | |('-. | | OO ) | | \
| .-. `. | |_|( OO )| . |/ | . |/(OO \ /(,------./_) |OO )| |`-' | | |(_/
| | \ | | | | `-' /| |\ | | |\ | | / /\_'------'|| |`-'|(| '---.',| |_.'
| '--' /(' '-'(_.-' | | \ | | | \ | `-./ /.__) (_' '--'\ | |(_| |
`------' `-----' `--' `--' `--' `--' `--' `-----' `------' `--'
```
## 🐇主要内容🐇
脚手架源码地址https://gitee.com/BunnyBoss/bunny-cli.git
### 👉 Vue模板
**由于个人原因vue模板无法维护后面只维护vite模板**
git地址https://gitee.com/BunnyBoss/vue_ts_auto.git
- 自动化路由,根据路目录自动生成路由
- 基础媒体图片如404等图片
- 采用scss样式
> vue路由动态生成文档https://blog.csdn.net/weixin_46533577/article/details/138617997
### 👉 Vite模板
git地址https://gitee.com/BunnyBoss/vite_ts_auto.git
- 和vue模板一样同样的实现方式只是路由不一样。
### 👉 Vue大屏模板
git地址
- 共四种模板,目前主流的几种大屏方案
1. rem布局方式https://gitee.com/BunnyBoss/vue_ts_large_rem.git
2. rem+vwvhhttps://gitee.com/BunnyBoss/vue_ts_large_remvmvh.git
3. scale缩放方案https://gitee.com/BunnyBoss/vue_ts_large_scale
4. vmvh方案https://gitee.com/BunnyBoss/vue_ts_large_vmvh.git
### 👉 Vue后台模板模板
git地址https://gitee.com/BunnyBoss/bunny-admin.git
- 采用Gitee上开源[GuYue大屏](https://gitee.com/Y_lao/GuYue-Admin)
git地址https://gitee.com/BunnyBoss/bunny-admin-element.git
- 采用pure-admin
### 👉 React模板
- zustand仓库**[react_ts_zustand](https://gitee.com/BunnyBoss/react_ts_zustand)**
- 新版路由https://gitee.com/BunnyBoss/react_ts_routerprovider.git
- 传统路由https://gitee.com/BunnyBoss/react_ts_userouter.git
- 未来可能会打算放弃一个人精力有限目前中小公司不用React还是以Vue为主。
### 👉 Java模板
git地址https://gitee.com/BunnyBoss/java_single.git
- 单体架构Maven聚合工程将很多模块拆分
git地址https://gitee.com/BunnyBoss/java-mirror-server.git
- 微服务架构。
### 👉 Docs文档
git地址https://gitee.com/BunnyBoss/bunny_docs
- 使用`VuePress Theme Hope`
## 😀 展望未来
1. 将模板中融合路由权限。
2. 修改后台模板,在新增一个后台管理。
3. 会放弃React更新忙不过来。
4. 再优化优化各个项目
5. 未来将docs文档再优化下使它更全面更好用。