1684042363

所属分类:其他
开发工具:Others
文件大小:4032KB
下载次数:0
上传日期:2023-11-15 10:08:01
上 传 者rainjack
说明:  微商城前台基于:reactrouterdomreduxantdAxios,后端基于:Nodejsexpress框架Mysql,小程序基于:微信开发者工具Weapp,移动端基于:VueVueRouterTypeScriptvantAxios,参考华为商城和小米商城实现,包含小程序端、移动端以及后台管理
(this is open source code no need pay money you can use it by free.)

文件列表:
code (0, 2023-05-14)
code\smallshop (0, 2023-05-14)
code\smallshop\small_shop_mobile (0, 2023-05-14)
code\smallshop\small_shop_mobile\tsconfig.node.json (184, 2023-05-14)
code\smallshop\small_shop_mobile\package.json (708, 2023-05-14)
code\smallshop\small_shop_mobile\vite.config.ts (785, 2023-05-14)
code\smallshop\small_shop_mobile\package-lock.json (23032, 2023-05-14)
code\smallshop\small_shop_mobile\index.html (787, 2023-05-14)
code\smallshop\small_shop_mobile\src (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common\tabbar (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common\tabbar\index.vue (1165, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common\navheader (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common\navheader\index.vue (1275, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common\header (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\common\header\index.vue (744, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\shopItem (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\components\shopItem\index.vue (4415, 2023-05-14)
code\smallshop\small_shop_mobile\src\types (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\types\order.ts (533, 2023-05-14)
code\smallshop\small_shop_mobile\src\types\category.ts (94, 2023-05-14)
code\smallshop\small_shop_mobile\src\types\shop.ts (802, 2023-05-14)
code\smallshop\small_shop_mobile\src\types\login.ts (65, 2023-05-14)
code\smallshop\small_shop_mobile\src\types\address.ts (177, 2023-05-14)
code\smallshop\small_shop_mobile\src\types\user.ts (195, 2023-05-14)
code\smallshop\small_shop_mobile\src\api (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\api\request.ts (3666, 2023-05-14)
code\smallshop\small_shop_mobile\src\api\index.ts (327, 2023-05-14)
code\smallshop\small_shop_mobile\src\api\about.ts (223, 2023-05-14)
code\smallshop\small_shop_mobile\src\main.ts (283, 2023-05-14)
code\smallshop\small_shop_mobile\src\router (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\router\index.ts (820, 2023-05-14)
code\smallshop\small_shop_mobile\src\router\routes.ts (1660, 2023-05-14)
code\smallshop\small_shop_mobile\src\App.vue (689, 2023-05-14)
code\smallshop\small_shop_mobile\src\utils (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\utils\mitt.ts (122, 2023-05-14)
code\smallshop\small_shop_mobile\src\hooks (0, 2023-05-14)
code\smallshop\small_shop_mobile\src\hooks\shop.ts (542, 2023-05-14)
code\smallshop\small_shop_mobile\src\hooks\islogin.ts (585, 2023-05-14)
... ...

## 说明 > 本项目前后端分离,前端参考华为商城和小米商城实现. > 前台已经部署上线,欢迎访问:(默认账号密码均为111) `PC端/移动端:`http://www.11e.top/xlj/pre. > 后台管理欢迎访问 http://www.11e.top/xlj/back. ## 介绍 本项目前后端分离;参考华为商城和小米商城实现。 包含了如下页面:首页、登录、注册、商品展示、商品详情、关于微商城、我的收藏、购物车、确认订单、订单结算、订单记录以及用户个人信息页面。 实现了商品的展示、商品分类查询、关键字搜索商品、商品详细信息展示、登录、注册、用户购物车、订单确认、订单结算、用户订单记录、以及用户收藏列表等功能。 ## 技术栈 PC端基于:`React`+`react-router-dom`+`redux`+`antd`+`Axios` 移动端基于:`Vue`+`Vue-Router`+`TypeScript`+`vant`+`Axios` 小程序基于:`微信开发者工具`+`Weapp` 后端基于:`Node.js(express框架`)+`Mysql`实现。 ## 项目地址 > PC端:https://github.com/boyxlj/small-shop/tree/master/small_shop_pre > 移动端:https://github.com/boyxlj/small-shop/tree/master/small_shop_mobile > 小程序:https://github.com/boyxlj/small-shop/tree/master/small_shop_mini > 后台:https://github.com/boyxlj/small-shop/tree/master/small_shop_back > 服务端:https://github.com/boyxlj/small-shop/tree/master/small_shop_serve 注:如果github无法访问请将`https://github.com`替换为`https://gitee.com` ## 项目启动 ``` 1.下载项目 git clone (对应的项目地址) 2.更详细的项目启动请跳转至对应的项目地址中查看! ``` 作者:boyxlj 2022年7月

近期下载者

相关文件


收藏者