From 65483c74e1fccbdb8563eca9b15d93c6336bea86 Mon Sep 17 00:00:00 2001 From: zhh Date: Tue, 27 Nov 2018 11:21:52 +0800 Subject: [PATCH] update readme --- LICENSE | 4 ++-- README.md | 23 ++++++++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 0ca8de81..d9f90a31 100644 --- a/LICENSE +++ b/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. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 2265a4df..9094dca0 100644 --- a/README.md +++ b/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