nova-admin/README.zh-CN.md
2024-03-18 12:48:42 +08:00

102 lines
3.5 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.

<div align="center">
<img src="https://s2.loli.net/2023/10/27/WzQ4JLNV5epKh6X.png" style="width:150px"/>
<h1>Nova Admin</h1>
</div>
<div align="center">
<img src="https://img.shields.io/github/license/chansee97/nova-admin"/>
<img src="https://img.shields.io/github/stars/chansee97/nova-admin"/>
<img src="https://img.shields.io/github/forks/chansee97/nova-admin"/>
</div>
<div align='center'>
[English](./README.md) | 中文
</div>
## 介绍
[Nova-admin](https://github.com/chansee97/nova-admin)一个基于Vue3、Vite4、Typescript、pinia、Naive UI、Vue-Router的后台管理免费开源模板助力提高中后台开发效率
## 特性
- **最新流行技术栈** - 基于Vue3、Vite、TypeScript、NaiveUI、Pinia等最新技术栈开发
- **网络请求功能封装** - 基于[alova](https://alova.js.org/)封装和配置,统一的响应处理和多场景能力
- **权限控制** - 完善的前后端权限管理方案
- **路由系统** - 支持本地静态路由和后台返回动态路由,路由简单易配置
- **组件封装** - 对日常使用频率较高的组件二次封装,满足基础工作需求
- **主题配置** - 黑暗主题适配
- **代码规范** - 仅在提交时进行eslint校验没有过多限制开发更简便
## 项目预览
- [Nova-Admin 预览](https://admin-nova.vercel.app/)
![image.png](https://s2.loli.net/2023/10/10/YATI4y9kNOFDr6i.png)
![image.png](https://s2.loli.net/2023/10/10/2D7o5hpdTVlOY3y.png)
![image.png](https://s2.loli.net/2023/10/10/tmRANIG7JkFUS9K.png)
![image.png](https://s2.loli.net/2023/10/10/cy8nrv1kSLpjCT9.png)
![image.png](https://s2.loli.net/2023/10/10/rACdG2fUI6oJN7H.png)
## 代码仓库
- [Gitee](https://gitee.com/chansee97/nova-admin)
- [Github](https://github.com/chansee97/nova-admin)
## 相关项目
- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (开发中)基于TS, NestJs, typeorm的Nova-Admin配套后台项目
## 安装使用
本地开发环境建议使用 pnpm 8.x 、Node.js 16.x
```bash
# install dependencies
pnpm i
# Run
pnpm dev
# Build product
pnpm build
```
## 接口文档
本项目使用ApiFox进行接口mock查看在线文档以了解更多接口详情
[在线apifox文档](https://apifox.com/apidoc/shared-2b1abeb5-6e78-425e-a4ff-d7277ae83bf0)
## 学习交流
Nova-Admin 是完全开源免费的项目目前仍然在优化迭代中旨在帮助开发者更方便地进行中大型管理系统开发有使用问题欢迎在QQ交流群内提问。
| Q群 | 微信 |
| :--: |:--: |
| <img src="https://cdn.jsdelivr.net/gh/chansee97/static/nova-admin/q-group.png" width=170> | <img src="https://cdn.jsdelivr.net/gh/chansee97/static/wechat.png" width=170>|
## 贡献
如果您发现了任何问题或有改进建议,请创建一个[issue](nova-admin/issues/new)或提交一个PR。我们欢迎您的贡献
## 支持
如果感觉本项目对你工作或学习有帮助请帮我点一个✨Star,这将是对我极大的鼓励与支持, 也可以在下方请我喝一杯咖啡
| 微信 | 支付宝 |
| :--: |:--: |
| <img src="https://cdn.jsdelivr.net/gh/chansee97/static/sponsor-wechat.png" width=170> | <img src="https://cdn.jsdelivr.net/gh/chansee97/static/sponsor-alipay.png" width=170>|
## [贡献者](https://github.com/chansee97/nova-admin/graphs/contributors)
![Contributors](https://contrib.rocks/image?repo=chansee97/nova-admin)
## Star 历史
[![Star History Chart](https://api.star-history.com/svg?repos=chansee97/nova-admin&type=Date)](https://star-history.com/#chansee97/nova-admin&Date)
## 协议
[MIT](LICENSE)