Skip to content

zhangyaoping/veu-element-admin

Repository files navigation

简体中文 | [English](./README.md)

简介

vue-element-admin 是一个后台集成解决方案,它基于 Vue.jselement。它使用了最新的前端技术栈,动态路由,权限验证等很多功能特性。

注意:该项目使用 element-ui@2.0.0+ 版本,所以最低兼容 vue@2.5.0+

前序准备

你的本地环境需要安装 nodegit。我们的技术栈基于 ES2015+vuevuexvue-router and element-ui,所有的请求数据都使用Mock.js模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。

同时配套一个系列的教程文章,如何从零构建后一个完整的后台项目,建议大家先看完这些文章再来实践本项目

如有问题请先看上述使用文档和文章,若不能满足,欢迎 issue 和 pr

功能

- 登录/注销
- 权限验证
- 多环境发布
- 动态侧边栏(支持多级路由)
- 动态面包屑
- 国际化多语言
- 多种动态换肤
- 快捷导航(标签页)
- Svg Sprite 图标
- Dashboard
- 本地mock数据
- Echarts 图表
- Clipboard(剪贴复制)
- 401/404错误页面
- 导出excel
- 导出zip
- 前端可视化excel
- 树形table
- Table example
- 动态table example

Getting started

# clone the project
git clone https://github.com/zhangyaoping/veu-element-admin.git

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:3000.

Build

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod

Advanced

# --report to build with bundle size analytics
npm run build:prod --report

# --preview to start a server in local to preview
npm run build:prod --preview

# lint code
npm run lint

# auto fix
npm run lint -- --fix

License

Copyright (c) 2018-present zhangyao

About

后台管理系统模版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published