Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcyicai/vue-antd-admin-vite

基于vue3.0 + vite + vue-router4.x + vuex4.x + ant-design-vue2.x开发的后台管理系统模板,包含权限路由、权限按钮、流程配置、个人中心等基础功能
https://github.com/jcyicai/vue-antd-admin-vite

ant-design-vue2 less logicflow mockjs vite vue-admin-template vue-router4 vue3 vuex4

Last synced: 3 months ago
JSON representation

基于vue3.0 + vite + vue-router4.x + vuex4.x + ant-design-vue2.x开发的后台管理系统模板,包含权限路由、权限按钮、流程配置、个人中心等基础功能

Awesome Lists containing this project

README

        



## 简介

[vue-antd-admin-vite](https://github.com/jcyicai/vue-antd-admin-vite) 是基于vue3.0 + vite + vue-router4.x + vuex4.x + ant-design-vue2.x开发的后台管理系统模板,包含权限路由、权限按钮、流程配置、个人中心等基础功能

- vue-cli4.0版本:[vue-antd-admin](https://github.com/jcyicai/vue-antd-admin)

**如有改进及优化建议,请提交issues**

**如果觉得不错,别忘了右上角,点个星星哟~~**

## 预览













## 文件

```bash
# vue-antd-admin-vite
- src
- api
- assets
- components
- directive
- layout
- router
- store
- styles
- utils
- views
- dashboard 控制台
- error-page 错误页面
- login 登录
- permission 权限管理
- system 系统管理
- userCenter 个人中心
```

## 开发

```bash
# 克隆项目
git clone https://github.com/jcyicai/vue-antd-admin-vite.git

# 进入项目目录
cd vue-antd-admin-vite

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev
```

## 感谢

- [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)

- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin)

## License

[MIT](https://github.com/jcyicai/vue-antd-admin-vite/blob/master/LICENSE)

Copyright (c) 2021 Jason Chen