Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiefenga/mall-app-admin
https://github.com/xiefenga/mall-app-admin
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiefenga/mall-app-admin
- Owner: xiefenga
- Created: 2021-01-23T07:00:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T04:48:33.000Z (almost 4 years ago)
- Last Synced: 2024-11-25T11:41:45.620Z (3 months ago)
- Language: Vue
- Size: 409 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 每日优鲜 B 端项目
技术栈:vue2 全家桶 + axios + antd for vue
实现了登录、注册、忘记密码,产品分页获取,编辑、删除、添加,产品类目的编辑、添加、删除。
不同身份(customer、admin)的用户权限(路由)不同。
在线地址:http://mall.xiefeng.tech
测试账号:
- customer:`[email protected]`
- admin:`[email protected]`
密码都是 `123123`
## 启动方式
```shell
npm installnpm run serve
```## 项目预览
![](https://xf-blog-imgs.oss-cn-hangzhou.aliyuncs.com/img/20210123161726.png)
![](https://xf-blog-imgs.oss-cn-hangzhou.aliyuncs.com/img/20210123161743.png)
![](https://xf-blog-imgs.oss-cn-hangzhou.aliyuncs.com/img/20210123161744.png)
![](https://xf-blog-imgs.oss-cn-hangzhou.aliyuncs.com/img/20210123161742.png)
![](https://xf-blog-imgs.oss-cn-hangzhou.aliyuncs.com/img/20210123161741.png)