[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8919":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":21,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},8919,"Mall-Vue","PowerDos\u002FMall-Vue","PowerDos","基于Vue+Vuex+iView的电子商城网站","https:\u002F\u002Fpowerdos.github.io\u002FMall-Vue\u002Findex.html",null,"Vue",1416,488,41,3,0,1,53.17,false,"master",true,[23,24,25,26,27],"iview2","mall-vue","vue-router","vue2","vuex","2026-06-12 04:00:41","# MALL-VUE\n[![Build Status](https:\u002F\u002Ftravis-ci.com\u002FPowerDos\u002FMall-Vue.svg?branch=master)](https:\u002F\u002Ftravis-ci.com\u002FPowerDos\u002FMall-Vue)\n[![VueJS Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FVueJS-v2.5-green.svg?style=flat-square)](https:\u002F\u002Fvuejs.org\u002F)\n[![JavaScript Style Guide](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fcode_style-standard-brightgreen.svg)](https:\u002F\u002Fstandardjs.com)\n[![Read the Docs (version)](https:\u002F\u002Fimg.shields.io\u002Freadthedocs\u002Fpip\u002Fstable.svg)](https:\u002F\u002Fgithub.com\u002FPowerDos\u002FMall-Vue)\n[![status](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FMall--Vue-maintain-brightgreen.svg)](https:\u002F\u002Fstandardjs.com)\n[![npm version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fnpm-v5.5.1-brightgreen.svg)](https:\u002F\u002Fstandardjs.com)\n[![iview version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fiview-2.13.1-brightgreen.svg)](https:\u002F\u002Fstandardjs.com)\n[![author](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fauthor-Gavin-brightgreen.svg)](https:\u002F\u002Fstandardjs.com)\n\n> This is a front-end project of an e-commerce website based on VUE + VUEX + iView UI, and the version that combines with the backend API server is on **forMallServer** branch，welcome to fork or star\n\n\n> The online demo: [https:\u002F\u002Fpowerdos.github.io\u002FMall-Vue\u002Findex.html](https:\u002F\u002Fpowerdos.github.io\u002FMall-Vue\u002Findex.html \"Mall-Vue\")\n\n## Document\n[中文](https:\u002F\u002Fgithub.com\u002FPowerDos\u002FMall-Vue\u002Fblob\u002Fmaster\u002FREADME-ZH.md) | [English](https:\u002F\u002Fgithub.com\u002FPowerDos\u002FMall-Vue\u002Fblob\u002Fmaster\u002FREADME.md)\n\n## Prerequisites\n**Branch introduction:**\n> The **master** branch is a pure front-end project.(using:Vue+Vuex+iView)\n\n> The **forMallServer** branch is a front-end project(using：Spring+Struts+Hibernate) that combines with the backend API server. The mall api server:[https:\u002F\u002Fgithub.com\u002FPowerDos\u002FMall-Server](https:\u002F\u002Fgithub.com\u002FPowerDos\u002FMall-Server)\n\n> The **Mall-CI**branch is a project including the front-end, back-end, mobile-end (in progress，reference Projects)\n\n**Better clone：**\n> if you only want to view pure front-end project,we strong recommend you to using **git clone {repo} --depth=1** to get master branch\n\n> if you want to clone whole repository (178M), make sure your network speed meets the requirements or use other proxy tools\n\n## How to run\n\n### Using Node\n``` bash\n# Install dependencies\nnpm install\n\n# Serve with hot reload at localhost:8080\nnpm run dev\n\n# Build for production with minification\nnpm run build\n```\n### Using Docker\n```\ndocker run -d -p 80:80 --name mall-web registry.cn-beijing.aliyuncs.com\u002Fw929732982\u002Fmall-web \n```\n> 预览地址:  http:\u002F\u002F127.0.0.1\n\n## TO-DO-LIST\n- [x] [HOME PAGE](#home-page)\n- [x] [LOGIN PAGE](#login-page)\n- [x] [SIGNUP PAGE](#signup-page)\n- [x] [PRODUCT LIST PAGE](#product-list-page)\n- [x] [PRODUCT DETAIL PAGE](#product-detail-page)\n- [x] [SHOPPING CART PAGE](#shopping-cart-page)\n- [x] [ORDER PAGE](#order-page)\n- [x] [PAY PAGE](#pay-page)\n- [x] [SUCCESS PAGE](#success-page)\n- [x] [FREEBACK PACE](#freeback-page)\n- [x] [MERCHANT PAGE](#merchant-page)\n- [x] [USER PAGE](#user-page)\n\n## PAGE\n\n### HOME PAGE\n![首页1](https:\u002F\u002Fi.imgur.com\u002FcNtx70M.png)\n![首页2](https:\u002F\u002Fi.imgur.com\u002Fju5lfUc.png)\n![首页3](https:\u002F\u002Fi.imgur.com\u002FK8MMYGq.png)\n\n### PRODUCT LIST PAGE\n![商品搜索页面1](https:\u002F\u002Fi.imgur.com\u002FWu7TJ4G.png)\n![商品搜索页面2](https:\u002F\u002Fi.imgur.com\u002FZTDRB2X.png)\n\n### PRODUCT DETAIL PAGE\n![商品详情页面1](https:\u002F\u002Fi.imgur.com\u002F0SQxUCN.png)\n![商品详情页面2](https:\u002F\u002Fi.imgur.com\u002FkBiQM9O.png)\n![商品详情页面3](https:\u002F\u002Fi.imgur.com\u002FaERYRmX.png)\n![商品详情页面4](https:\u002F\u002Fi.imgur.com\u002FvRpvcvj.png)\n\n### SHOPPING CART PAGE\n![购物车页面](https:\u002F\u002Fi.imgur.com\u002Fm5tftN7.png)\n\n### ORDER PAGE\n![确认订单页面](https:\u002F\u002Fi.imgur.com\u002FiNM3CQH.png)\n\n### PAY PAGE\n![支付页面](https:\u002F\u002Fi.imgur.com\u002F4OdCynR.png)\n\n### SUCCESS PAGE\n![购买成功页面](https:\u002F\u002Fi.imgur.com\u002FtOATGZP.png)\n\n### FREEBACK PACE\n![反馈页面](https:\u002F\u002Fi.imgur.com\u002FfbOZAH8.png)\n\n### MERCHANT PAGE\n![商家店铺页面](https:\u002F\u002Fi.imgur.com\u002FZgu54lw.png)\n\n### USER PAGE\n![用户页面](https:\u002F\u002Fi.imgur.com\u002FttCwhyT.png)\n\n### LOGIN PAGE\n![登陆页面](https:\u002F\u002Fi.imgur.com\u002Fd16GjOi.png)\n\n### SIGNUP PAGE\n![注册页面](https:\u002F\u002Fi.imgur.com\u002Fno4Cb65.png)\n","Mall-Vue是一个基于Vue+Vuex+iView的电子商城网站前端项目。该项目利用了Vue.js框架进行组件化开发，Vuex作为状态管理工具来处理应用中的数据流，iView则提供了丰富的UI组件库以构建美观且功能强大的用户界面。它支持从首页浏览、商品列表展示到购物车管理和订单支付等一系列电商核心功能，并且拥有良好的模块化设计和清晰的代码结构。Mall-Vue非常适合用于快速搭建电子商务平台或者学习现代前端技术栈的实际应用案例。此外，项目还提供了Docker镜像，便于部署与测试。",2,"2026-06-11 03:20:19","top_language"]