# CRMEB微信小程序商城 **Repository Path**: 05site/CRMEB ## Basic Information - **Project Name**: CRMEB微信小程序商城 - **Description**: CRMEB微信小程序商城系统,基于CRMEB系统开发的一套电商系统 - **Primary Language**: PHP - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/ZhongBangKeJi/CRMEB - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1165 - **Created**: 2020-03-23 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 说明书 ###### 感谢 > 感谢 众邦科技,因为你们的努力才有了这个软件的存在, 感谢 感谢 感谢 ###### 运行环境 PHP 5.6.40 ###### NGINX 配置 ```text server { listen 80; server_name www.wx.x.com; root /var/www/html/CRMEB/public; index index.html index.htm index.php; location / { #try_files $uri $uri/ /index.php?$query_string; if (!-e $request_filename ) { rewrite ^/(.*)$ /index.php?s=$1 last; } } error_page 500 502 503 504 /50x.html; location = /50x.html { root /var/www/html; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } } ```
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|CRMEB微信开发3群:69741389
Gitee: https://gitee.com/ZhongBangKeJi/CRMEB_WeChatMiniProgram/issues
## 定制开发
定制开发单商户商城分销系统、多商家商城分销系统、多店商城系统、预约系统、付费阅读系统、外卖系统等。梦想的路上我们与您同行!
联系QQ:98718401
联系电话:400-8888-794
## 系统组件开源项目
#### form-builder
tp5 PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。
form-builder : https://github.com/xaboy/form-builder
## :tw-1f1f9: 特别鸣谢
感谢以下的项目,排名不分先后
ThinkPHP:http://www.thinkphp.cn
Bootstrap:http://getbootstrap.com
jQuery:http://jquery.com
iView:https://www.iviewui.com
Vue:https://cn.vuejs.org/
font-awesome: https://fontawesome.com/?from=io
umeditor:http://ueditor.baidu.com/website/umeditor.html
版权信息
CRMEB v2.5.* 遵循GPL3.0开源协议发布,并提供免费使用。
本项目包含的第三方源码和二进制文件之版权信息另行标注。
版权所有Copyright © 2017-2018 by CRMEB (http://www.crmeb.com)
All rights reserved。