Installations
npm install vue-element-admin
Developer Guide
Typescript
No
Module System
N/A
Min. Node Version
>= 6.0.0
Node Version
8.12.0
NPM Version
6.4.1
Score
49.6
Supply Chain
88.9
Quality
68.4
Maintenance
25
Vulnerability
94.8
License
Releases
Contributors
Unable to fetch Contributors
Languages
Vue (69.49%)
JavaScript (26.02%)
SCSS (4.08%)
CSS (0.16%)
Handlebars (0.16%)
HTML (0.1%)
Developer
PanJiaChen
Download Statistics
Total Downloads
17,729
Last Day
6
Last Week
36
Last Month
110
Last Year
3,299
GitHub Statistics
88,595 Stars
1,020 Commits
30,526 Forks
2,193 Watching
16 Branches
121 Contributors
Package Meta Information
Latest Version
3.9.3
Package Id
vue-element-admin@3.9.3
Unpacked Size
2.41 MB
Size
0.97 MB
File Count
220
NPM Version
6.4.1
Node Version
8.12.0
Total Downloads
Cumulative downloads
Total Downloads
17,729
Last day
-14.3%
6
Compared to previous day
Last week
63.6%
36
Compared to previous week
Last month
44.7%
110
Compared to previous month
Last year
-24.6%
3,299
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
35
Dev Dependencies
55
English | 简体中文
Introduction
vue-element-admin is a front-end management background integration solution. It based on vue and use the UI Toolkit element.
It is a magical vue admin based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.
This project is positioned as a background integration solution and is not suitable for secondary development as a basic template.
- Base template recommends using: vue-admin-template
- Desktop: electron-vue-admin
- Typescript: vue-typescript-admin-template (Credits: @Armour)
This project does not support low version browsers (e.g. IE). Please add polyfill yourself if you need them.
Note: This project uses element-ui@2.3.0+ version, so the minimum compatible vue@2.5.0+
Start using webpack4
from v3.8.0
. If you still want to continue using webpack3
, please use this branch webpack3
Preparation
You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, axios and element-ui, all request data is simulated using Mock.js. Understanding and learning this knowledge in advance will greatly help the use of this project.
Features
- Login / Logout
- Permission Authentication
- Page permission
- Directive permission
- Two-step login
- Multi-environment build
- dev sit stage prod
- Global Features
- I18n
- Multiple dynamic themes
- Dynamic sidebar (supports multi-level routing)
- Dynamic breadcrumb
- Tags-view(Tab page Support right-click operation)
- Svg Sprite
- Mock data
- Screenfull
- Responsive Sidebar
- Editor
- Rich Text Editor
- Markdown Editor
- JSON Editor
- Excel
- Export Excel
- Export zip
- Upload Excel
- Visualization Excel
- Table
- Dynamic Table
- Drag And Drop Table
- Tree Table
- Inline Edit Table
- Error Page
- 401
- 404
- Components
- Avatar Upload
- Back To Top
- Drag Dialog
- Drag Select
- Drag Kanban
- Drag List
- SplitPane
- Dropzone
- Sticky
- CountTo
- Advanced Example
- Error Log
- Dashboard
- Guide Page
- ECharts
- Clipboard
- Markdown to html
Getting started
1# clone the project 2git clone https://github.com/PanJiaChen/vue-element-admin.git 3 4# install dependency 5npm install 6 7# develop 8npm run dev
This will automatically open http://localhost:9527.
Build
1# build for test environment 2npm run build:sit 3 4# build for production environment 5npm run build:prod
Advanced
1# --report to build with bundle size analytics 2npm run build:prod --report 3 4# --generate a bundle size analytics. default: bundle-report.html 5npm run build:prod --generate_report 6 7# --preview to start a server in local to preview 8npm run build:prod --preview 9 10# lint code 11npm run lint 12 13# auto fix 14npm run lint -- --fix
Refer to Documentation for more information
Changelog
Detailed changes for each release are documented in the release notes.
Online Demo
Donate
If you find this project useful, you can buy author a glass of juice :tropical_drink:
Browsers support
Modern browsers and Internet Explorer 10+.
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
License
Copyright (c) 2017-present PanJiaChen
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 8/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 12 are checked with a SAST tool
Score
3.3
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to vue-element-admin
ele-admin-plus
EleAdminPlus Library
hs-admin-ui
vue3 + typescript5 + vite5 的框架
admate
Admin CRUD frontend meta framework for Vue 2/3, extremely concise without losing flexibility.
vue-admin-template
A vue admin template with Element UI & axios & iconfont & permission control & lint