shop web mgt
1.0.0
This project is the front-end part of [Management System]
Branch description
1.xx This branch provides basic templates
2.xx plans to add business functions (such as: orders, products, etc.)
Backend project address: shop-server
shop-web-mgt
is a [management system] front-end project, implemented based on Vue+Element.
Project description
This project is committed to providing developers with a set of rapid system building templates (including: system users, menus, permissions, scheduling tasks, constants, data dictionary and other functions) so that developers can focus on business function development.
Online address
src -- 源码目录
├── api -- API
├── assets -- 图片资源文件
├── components -- 通用组件
├── directive -- vue指令
├── filters -- 过滤器
├── lang -- 国际化配置
├── icons -- svg文件
├── router -- 路由配置
├── store -- vuex状态管理
├── styles -- 全局css样式
├── utils -- 工具类
└── views -- 页面组件
├── app -- 应用管理(小程序)
├── dashboard -- 首页
├── errorPage -- 错误页面
├── layout -- 布局页面
├── login -- 登录页
├── profile -- 个人配置
├── svg-icons -- 图标
├── system -- 系统管理
├── components -- 页面级别组件
├── sysApiListManager -- 接口列表
├── sysAuthorityManager -- 接口权限
├── sysDicManager -- 常量管理
├── sysJobManager -- 定时任务
├── sysJobRunLogManager -- 定时任务日志
├── sysMenuManager -- 菜单管理
├── sysMetadataManager -- 数据字典
├── sysOptLogManager -- 操作日志
├── sysRegionManager -- 地区管理
├── sysRoleManager -- 角色管理
├── sysUserManager -- 系统用户管理
├── user -- C端用户管理
├── userLoginManager -- C端用户列表
# Clone the project
git clone https://github.com/cuteJ/shop-web-mgt.git
# install dependency
npm install --registry=https://registry.npm.taobao.org
# develop
npm run dev
# build for test environment
npm run build:sit
# build for production environment
npm run build:prod
src
├── store
├── constants.js
MIT License
Copyright © 2020 icutej.com. All rights reserved.