mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
58 lines
874 B
Markdown
58 lines
874 B
Markdown
<div align="center">
|
||
<img src="./public/favicon.svg"/>
|
||
<h1>Ench Admin</h1>
|
||
</div>
|
||
|
||
一个基于Vue3、vite3、ts、pinia、NaiveUI,Vue-Router4的后台管理项目
|
||
|
||
## Demo
|
||
|
||
- [示例网页](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/chen-see/ench-admin.git
|
||
```
|
||
|
||
- 安装依赖
|
||
|
||
```bash
|
||
pnpm i
|
||
```
|
||
|
||
- 运行
|
||
|
||
```bash
|
||
pnpm dev
|
||
```
|
||
|
||
- 打包
|
||
|
||
```bash
|
||
pnpm build
|
||
```
|
||
|
||
Git 提交规范
|
||
项目已经内置angular提交规范,通过git cz 代替git commit 命令即可。
|
||
```bash
|
||
pnpm cz
|
||
or
|
||
pnpm commit
|
||
```
|
||
|
||
|
||
## 素材来源
|
||
|
||
[iconfont-阿里巴巴矢量图标库](https://www.iconfont.cn/collections/detail?spm=a313x.7781069.1998910419.d9df05512&cid=39973)
|