# vue-superMall **Repository Path**: kkai-regular-script/vue-super-mall ## Basic Information - **Project Name**: vue-superMall - **Description**: 基于vue的购物界面 - **Primary Language**: HTML/CSS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-09 - **Last Updated**: 2021-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # vue-superMall 项目正在完成中ing....... #### 介绍 基于vue.js的购物界面,仿造蘑菇街设计的。 做这个项目学到了许多东西,比如axios网络请求配置、组件的封装、组件之间的传递属性、还有一些性能方面的优化。 #### 软件架构 ``` |-- LICENSE |-- README.en.md |-- README.md 项目介绍 |-- babel.config.js 基础配置 |-- package-lock.json |-- package.json |-- public | |-- favicon.ico | `-- index.html |-- src 源代码资源 | |-- App.vue | |-- api 后端api方法 | |-- assets 静态资源文件 | |-- common 公共方法 | |-- components 页面组件 | |-- main.js | |-- router 路由配置 | |-- store Vuex仓库 | |-- utils 工具类,用于网络请求配置 | |-- views 项目主页面 | `-- vue.config.js 项目配置 ``` #### 演示图
![]() |
![]() |
![]() |
![]() |