Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zmtlwzy/zmtlwzy-admin

A original style admin template, based on Vue3、Vite、Naive UI、TypeScript、Unocss.
https://github.com/zmtlwzy/zmtlwzy-admin

admin admin-ui naive-ui typescript unocss vue3

Last synced: 2 months ago
JSON representation

A original style admin template, based on Vue3、Vite、Naive UI、TypeScript、Unocss.

Awesome Lists containing this project

README

        


[![use Vue](https://img.shields.io/badge/use-Vue3-41b883?style=flat-square)](./package.json)
[![use Naive-ui](https://img.shields.io/badge/use-NaiveUI-5fbc21?style=flat-square)](./package.json)
[![Unocss Support](https://img.shields.io/badge/support-Unocss-46acef?style=flat-square)](./package.json)


[![license](https://img.shields.io/github/license/zmtlwzy/zmtlwzy-admin?style=flat-square)](./LICENSE)

Zmtlwzy Admin

## 简介

Zmtlwzy Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript 的免费中后台模版,它使用了最新的前端技术栈,封装了一些常用组件和展示用例,开箱即用的中后台前端解决方案,也可用于学习参考。

## 特性

- **最新技术栈**:使用 Vue3 vite2 Typescript 等前端前沿技术开发
- **国际化**:内置完善的国际化方案
- **Unocss**:高性能且极具灵活性的即时原子化 CSS 引擎
- **Vitest**:基于 Vite 的单元测试框架
- **Mock 数据**: 内置 Mock 数据方案
- **组件**: 二次封装了一些常用的组件

## 预览

- [zmtlwzy-admin](https://zmtlwzy-admin.netlify.app/)

📎 预览图:





### 代码仓库

- [github](https://github.com/zmtlwzy/zmtlwzy-admin)

- [gitee](https://gitee.com/zmtlwzy/zmtlwzy-admin)

## 安装使用

- 克隆代码

```bash
git clone https://github.com/zmtlwzy/zmtlwzy-admin.git
```

- 安装依赖

```bash
pnpm i
```

- 运行

```bash
pnpm dev
```

- 打包

```bash
pnpm build
```

## 如何贡献

非常欢迎您的加入![提一个 Issue](https://github.com/zmtlwzy/zmtlwzy-admin/issues/new) 或者提交一个 Pull Request。

## Git 贡献提交规范

项目已经内置 angular 提交规范,通过 git cz 代替 git commit 命令即可。

git cz 命令需要全局安装 commitizen

```bash
pnpm i -g commitizen
```

## 浏览器支持

本地开发推荐使用`Chrome 90+` 浏览器

支持现代浏览器, 不支持 IE

## 开源作者

[@Zmtlwzy](https://github.com/zmtlwzy)

## License

[MIT © Zmtlwzy-2021](./LICENSE)