Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lei1248276/vue3-tempalete

个性化向vue3后台管理项目模版
https://github.com/lei1248276/vue3-tempalete

admin element-plus eslint pinia sass tailwindcss template typescript vite vue-router vue3

Last synced: about 2 months ago
JSON representation

个性化向vue3后台管理项目模版

Awesome Lists containing this project

README

        

# vue3-template

## 简介
vue3-template是一个后台模版项目本是为了个人练手创建的,主打快速启动新项目和简洁。使用了最新的`vue3`、`pinia`、`vueUse`、`tailwind`、`vite`、`TypeScript`等主流技术开发,内置各种常用功能。

## 特性
- **样式**:可自定义配置的样式UI
- **Mock数据**:内置Mock数据方案
- **权限路由**:根据文件自动注册和根据权限动态生成路由页面方案
- **嵌套组件**:支持深度嵌套页面和手动控制页面缓存
- **数据大屏**:数据图形化展示
- **地图服务**:百度地图、高德地图
- **页面打印**:支持页面局部打印、模板打印或异步加载模板打印

## 预览
- [vue3-template](https://jadmin.vercel.app)
- [vue3-template -- 国内网址](https://jadmin.osrc.com)

## 运行

```bash
# 安装依赖
yarn

# 启动服务
yarn dev
```

## 发布

```bash
# 构建生产环境
yarn build
```