update readme
This commit is contained in:
parent
3bfd6f4394
commit
65483c74e1
4
LICENSE
4
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-present macrozheng
|
||||
Copyright (c) 2018-2019 macrozheng
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
SOFTWARE.
|
||||
|
23
README.md
23
README.md
@ -27,6 +27,27 @@ v-charts | 基于Echarts的图表框架 | [https://v-charts.js.org/](https://v-c
|
||||
Js-cookie | cookie管理工具 | [https://github.com/js-cookie/js-cookie](https://github.com/js-cookie/js-cookie)
|
||||
nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://github.com/rstacruz/nprogress)
|
||||
|
||||
### 项目布局
|
||||
|
||||
``` lua
|
||||
src -- 源码目录
|
||||
├── api -- axios网络请求定义
|
||||
├── assets -- 静态图片资源文件
|
||||
├── components -- 通用组件封装
|
||||
├── icons -- svg矢量图片文件
|
||||
├── router -- vue-router路由配置
|
||||
├── store -- vuex的状态管理
|
||||
├── styles -- 全局css样式
|
||||
├── utils -- 工具类
|
||||
└── views -- 前端页面
|
||||
├── home -- 首页
|
||||
├── layout -- 通用页面加载框架
|
||||
├── login -- 登录页
|
||||
├── oms -- 订单模块页面
|
||||
├── pms -- 商品模块页面
|
||||
└── sms -- 营销模块页面
|
||||
```
|
||||
|
||||
## 搭建步骤
|
||||
|
||||
- 克隆源代码到本地,使用IDEA打开,并完成编译;
|
||||
@ -36,4 +57,4 @@ nprogress | 进度条控件 | [https://github.com/rstacruz/nprogress](https://gi
|
||||
|
||||
[MIT](https://github.com/macrozheng/mall-admin-web/blob/master/LICENSE)
|
||||
|
||||
Copyright (c) 2018-present macrozheng
|
||||
Copyright (c) 2018-2019 macrozheng
|
||||
|
Loading…
x
Reference in New Issue
Block a user