[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10182":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":15,"stars7d":15,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},10182,"nideshop-mini-program","tumobi\u002Fnideshop-mini-program","tumobi","NideShop：基于Node.js+MySQL开发的开源微信小程序商城（微信小程序）","https:\u002F\u002Fwww.nideshop.com\u002F",null,"JavaScript",8351,2332,439,1,0,10,3,66.5,false,"master",true,[24,25,26,27,28,29,30,31,32,33],"b2c","cart","min-program","nideshop","nodejs","shop","shopping","thinkjs","weapp","wechat-app","2026-06-12 04:00:49","### NideShop商城（微信小程序端）\n\n+ 界面高仿网易严选商城(主要是2016年wap版)\n+ 测试数据采集自网易严选商城\n+ 功能和数据库参考ecshop\n+ 服务端api基于Ｎode.js+ThinkJS+MySQL\n+ 计划添加基于Vue.js的后台管理系统、PC版、Ｗap版\n\n**注意：当前版本功能还未完善，请勿商用。**\n\n本项目需要配合NideShop商城服务端使用，GitHub: [https:\u002F\u002Fgithub.com\u002Ftumobi\u002Fnideshop](https:\u002F\u002Fgithub.com\u002Ftumobi\u002Fnideshop)\n\n[云服务器ECS-云主机优惠-2折上云](https:\u002F\u002Fwww.aliyun.com\u002Fdaily-act\u002Fecs\u002Factivity_selection?userCode=3grpysgf)\n\n### 项目截图\n\n![首页](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-c543b937ac6e79bb.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n![专题](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-bd606aac3b5491c2.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n![分类](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-fa9565158376d439.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n![商品列表](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-788b7fd2c4a558d0.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n![商品详情](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-99a6e0a57778d85f.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n![购物车](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-60ff2307d81f6bb2.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n![订单中心](http:\u002F\u002Fupload-images.jianshu.io\u002Fupload_images\u002F3985656-dff837e6b2ec87b3.png?imageMogr2\u002Fauto-orient\u002Fstrip%7CimageView2\u002F2\u002Fw\u002F320)\n\n\n\n### 功能列表\n+ 首页\n+ 分类首页、分类商品、新品首发、人气推荐商品页面\n+ 商品详情页面，包含加入购物车、收藏商品、商品评论功能\n+ 搜索功能\n+ 专题功能\n+ 品牌功能\n+ 完整的购物流程，商品的加入、编辑、删除、批量选择，收货地址的选择，下单支付\n+ 会员中心（订单、收藏、足迹、收货地址、意见反馈）\n....\n\n### 项目结构\n```\n├─config                \n├─lib\n│  └─wxParse　　　\n├─pages\n│  ├─auth\n│  │  ├─login\n│  │  ├─register\n│  │  └─reset\n│  ├─brand\n│  ├─brandDetail\n│  ├─cart\n│  ├─catalog\n│  ├─category\n│  ├─comment\n│  ├─goods\n│  ├─hotGoods\n│  ├─index\n│  ├─logs\n│  ├─newGoods\n│  ├─pay\n│  ├─search\n│  ├─shopping\n│  │  ├─address\n│  │  ├─addressAdd\n│  │  └─checkout\n│  ├─topic\n│  ├─topicDetail\n│  └─ucenter\n│      ├─address\n│      ├─addressAdd\n│      ├─collect\n│      ├─coupon\n│      ├─feedback\n│      ├─footprint\n│      ├─index\n│      ├─order\n│      └─orderDetail\n├─static\n│  └─images\n└─utils\n```\n\n### 服务端api\n项目地址：https:\u002F\u002Fgithub.com\u002Ftumobi\u002Fnideshop\n\n### 交流\n喜欢别忘了 Star，有问题可通过微信、公众号、QQ 群联系我，谢谢您的关注。\n\n![联系方式](http:\u002F\u002Fnideshop-static.childsay.com\u002Fnideshop-qrcode.png)\n","NideShop是一个基于Node.js和MySQL开发的开源微信小程序商城项目，旨在提供一个类似网易严选的在线购物体验。该项目集成了商品展示、购物车管理、订单处理等核心电商功能，并采用了ThinkJS作为后端框架来构建API服务。其前端界面设计友好，支持包括首页浏览、分类查看、商品搜索及详情展示在内的多种交互方式，同时还提供了会员中心用于个人订单管理和收货地址维护等功能。鉴于当前版本尚处于开发阶段，建议主要用于学习交流和技术研究目的，不推荐直接应用于商业环境。",2,"2026-06-11 03:27:03","top_topic"]