基本信息
源码名称:电商后台管理系统
源码大小:0.25M
文件格式:.zip
开发语言:js
更新时间:2022-02-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
电商后台管理系统

.
├── README.md
├── babel.config.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── css
│   │   │   └── global.css
│   │   ├── fonts
│   │   │   ├── demo.css
│   │   │   ├── demo_fontclass.html
│   │   │   ├── demo_symbol.html
│   │   │   ├── demo_unicode.html
│   │   │   ├── iconfont.css
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.js
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   └── iconfont.woff
│   │   ├── heima.png
│   │   └── logo.png
│   ├── components
│   │   ├── Home.vue
│   │   ├── Login.vue
│   │   ├── Welcome.vue
│   │   ├── goods
│   │   │   ├── Add.vue
│   │   │   ├── Cate.vue
│   │   │   ├── List.vue
│   │   │   └── Params.vue
│   │   ├── order
│   │   │   ├── Order.vue
│   │   │   └── citydata.js
│   │   ├── power
│   │   │   ├── Rights.vue
│   │   │   └── Roles.vue
│   │   ├── report
│   │   │   └── Report.vue
│   │   └── user
│   │       └── Users.vue
│   ├── main.js
│   ├── plugins
│   │   ├── element.js
│   │   ├── timeline
│   │   │   ├── index.js
│   │   │   ├── src
│   │   │   │   ├── item.vue
│   │   │   │   └── main.vue
│   │   │   └── timeline.css
│   │   └── timeline-item
│   │       ├── index.js
│   │       └── timeline-item.css
│   └── router
│       └── index.js
└── 好例子网_vue_shop.zip

16 directories, 43 files