后台管理系统模板 - zhadminvue

2023-06-09  本文已影响0人  张中华

没事的时候写了一个后台管理系统模板:zhadminvue,欢迎大家提issue和PR,以及想要添加一些有意思的功能模块,在没事的时候我也会加进去~

github:https://github.com/iotzzh/zh-admin-vue

gitee: https://gitee.com/iotzzh/zh-admin.git

预览地址:https://zhadminvue.iotzzh.com/login

技术栈相关信息

组件

zh-table/zh-form/zh-modal等等

简介

Zh Admin Vue

Introduction

Zh Admin Vue is a free and open source middle and back-end template. Using the latest vue3, vite2, TypeScript and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.

Feature

Preview

Test account: any/any

Preparation

Install and use

git clone https://github.com/iotzzh/zh-admin-vue.git
cd zh-admin-vue

pnpm install

pnpm serve
pnpm build

How to contribute

You are very welcome to join!Raise an issue Or submit a Pull Request。

Pull Request:

  1. Fork code!
  2. Create your own branch: git checkout -b feat/xxxx
  3. Submit your changes: git commit -am 'feat(function): add xxxxx'
  4. Push your branch: git push origin feat/xxxx
  5. submitpull request

Git Contribution submission specification

Maintainer

@iotzzh

License

MIT

Project Info

开发注意事项

  1. 定义系统路由时,name 不能相同
  2. 传递时间,默认使用字符串类型
  3. 表格标题不要存在换行,尽可能不留白
  4. 组件名与路由定义时的name保持一致,否则界面缓存不起作用
上一篇 下一篇

猜你喜欢

热点阅读