Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Element Admin | 81,215 | 2 | 15 days ago | 7 | August 08, 2020 | 1,279 | mit | Vue | ||
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin | ||||||||||
Eladmin | 19,484 | 4 days ago | 37 | apache-2.0 | Java | |||||
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由 | ||||||||||
Vue Admin Template | 18,004 | 7 days ago | 294 | mit | JavaScript | |||||
a vue2.0 minimal admin template | ||||||||||
Litemall | 17,797 | 13 days ago | 1 | April 25, 2020 | 33 | mit | Java | |||
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端 | ||||||||||
Gin Vue Admin | 16,435 | 13 hours ago | 30 | apache-2.0 | Go | |||||
基于vite+vue3+gin搭建的开发基础平台(支持TS,JS混用),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器,chatGPT自动查表等开发必备功能。 | ||||||||||
Iview Admin | 15,935 | 7 | a year ago | 206 | September 04, 2019 | 611 | mit | Vue | ||
Vue 2.0 admin management system template based on iView | ||||||||||
Vue Admin Better | 13,880 | 6 days ago | 14 | mit | Vue | |||||
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro | ||||||||||
D2 Admin | 11,928 | 2 months ago | 45 | August 09, 2020 | 21 | mit | JavaScript | |||
An elegant dashboard | ||||||||||
Mall Admin Web | 10,406 | a month ago | 32 | apache-2.0 | Vue | |||||
mall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。 | ||||||||||
Ant Design Vue Pro | 10,065 | 6 days ago | 186 | mit | Vue | |||||
👨🏻💻👩🏻💻 Use Ant Design Vue like a Pro! (vue2) |
English | 简体中文
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
Live demo: http://panjiachen.github.io/vue-admin-template
The current version is v4.0+
build on vue-cli
. If you want to use the old version , you can switch branch to tag/3.11.0, it does not rely on vue-cli
SPONSORED BY
# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git
# enter the project directory
cd vue-admin-template
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9528
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
Refer to Documentation for more information
If you want router permission && generate menu by user roles , you can use this branch permission-control
For typescript
version, you can use vue-typescript-admin-template (Credits: @Armour)
Modern browsers and Internet Explorer 10+.
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
MIT license.
Copyright (c) 2017-present PanJiaChen