nova-admin/README.md
2023-03-15 12:41:11 +08:00

66 lines
4.0 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">
<h1> <img src="./public/logo.svg" style="width:30px"/> Ench Admin</h1>
</div>
<div align="center">
<img src="https://img.shields.io/github/license/iam-see/Ench-admin"/>
<img src="https://img.shields.io/badge/Vue-v3.2-green"/>
<img src="https://img.shields.io/badge/Vite-v4.x-A94DFE"/>
<img src="https://img.shields.io/github/stars/iam-see/Ench-admin"/>
<img src="https://img.shields.io/github/forks/iam-see/Ench-admin"/>
</div>
## 🌈 介绍
一个基于Vue3、Vite3、Typescript、pinia、Naive UI、Vue-Router的后台管理免费开源模板助力提高开发效率让大家早点下班做自己的事情
## 😎 线上预览地址
- [Ench-Admin 预览地址](https://ench-admin.vercel.app/)
## 💾 代码仓库
- [github](https://github.com/chen-see/ench-admin)
## 🚧 安装使用
本地环境需要安装 pnpm 7.x 、Node.js 14.18+ 和 Git
```bash
# 克隆项目
git clone https://github.com/iamsee/ench-admin.git
# 安装依赖
pnpm i
# 运行项目
pnpm dev
# 构件产物
pnpm build
# 提交变更
# 项目已经内置angular提交规范通过git cz 代替git commit 命令即可。
pnpm cz
or
pnpm commit
```
## 🛠️ 浏览器支持
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Safari |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## 🙌 学习交流
## 🧩贡献
如果您发现了任何问题或有改进建议请创建一个issue或提交一个PR。我们欢迎您的贡献
## 🤗 支持
如果感觉本项目对你工作或学习有帮助请帮我点一个✨Star,这将是对我极大的鼓励与支持。
## 🧾许可证
该项目采用MIT许可证详见[LICENSE](LICENSE)文件。