back to home

bailicangdu / vue2-manage

A admin template based on vue + element-ui. 基于vue + element-ui的后台管理系统基于 vue + element-ui 的后台管理系统

13,659 stars
4,320 forks
110 issues
VueJavaScriptLess

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing bailicangdu/vue2-manage in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/bailicangdu/vue2-manage)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

About

此项目是 vue + element-ui 构建的后台管理系统,是后台项目node-elm 的管理系统,所有的数据都是从服务器实时获取的真实数据,具有真实的注册、登陆、管理数据、权限验证等功能。

注:项目预览地址和接口需要使用https访问哦!

说明

如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

开发环境 macOS 10.12.4 nodejs 6.10.0

如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍

传送门:前端项目地址后台系统地址原生APP项目地址

技术栈

vue2 + vuex + vue-router + webpack + ES6/7 + less + element-ui

项目运行

git clone https://github.com/bailicangdu/vue2-manage  

cd vue2-manage  

npm install 或 yarn(推荐)

npm run dev (访问线上后台系统)

npm run local (访问本地后台系统,需运行node-elm后台系统)


访问: http://localhost:8002

效果演示

(可在后台管理系统添加商铺,食品等数据,并在前端地址查看效果)

查看效果请戳这里

前端项目网址

前端网址请戳这里(请用chrome手机模式预览)

移动端扫描下方二维码
<img src="https://github.com/bailicangdu/vue2-manage/blob/master/screenshots/ewm.png" width="200" height="200"/>

功能列表

  • 登陆/注销 -- 完成
  • 添加商铺 -- 完成
  • 添加商品 -- 完成
  • 数据展示 -- 完成
  • 管理用户 -- 完成
  • 管理商铺 -- 完成
  • 食品管理 -- 完成
  • 权限验证 -- 完成
  • 管理员设置 -- 完成
  • 图表📈 -- 完成
  • 富文本编辑器 -- 完成

部分截图

<img src="https://github.com/bailicangdu/vue2-manage/blob/master/screenshots/manage_home.png"/> <img src="https://github.com/bailicangdu/vue2-manage/blob/master/screenshots/manage_shop.png"/>

License

GPL