# ShopXO开源商城可视化DIY装修
**Repository Path**: songyueyue/shopxo-diy
## Basic Information
- **Project Name**: ShopXO开源商城可视化DIY装修
- **Description**: 🔥🔥🔥ShopXO强大的商城DIY装修组件,旨在打造极致的用户体验,支持小程序、H5、APP端运行。
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://shopxo.net/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 105
- **Created**: 2025-09-07
- **Last Updated**: 2025-10-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ShopXO企业级免费开源电商系统 - DIY装修
```shell
如果对您有帮助,您可以点右上角 “Star” 收藏一下 ,获取第一时间更新,谢谢!
```
------------------------------------------------------------------------
。
### 项目介绍
* 后端支持依托于ShopXO免费开源电商系统开发的DIY装修源码
* 内置几十种标准组件,如(商品、文章、图片魔方、热区、视频、轮播、自定义等等...),支持拖拽可视化自由设计、满足各大行业需求
* 已支持小程序(微信、QQ、百度、支付宝、头条&抖音、快手)+ H5 + APP
#### 官方QQ群、答案`shopxo.net`
* 官方DIY群:934312116
### 当前项目源代码平台
* Gitee:[https://gitee.com/zongzhige/shopxo-diy](https://gitee.com/zongzhige/shopxo-diy)
* GitHub:[https://github.com/gongfuxiang/shopxo-diy](https://github.com/gongfuxiang/shopxo-diy)
* GitCode:[https://gitcode.com/zongzhige/shopxo-diy](https://gitcode.com/zongzhige/shopxo-diy)
### ShopXO后端源代码平台
* Gitee:[https://gitee.com/zongzhige/shopxo](https://gitee.com/zongzhige/shopxo)
* GitHub:[https://github.com/gongfuxiang/shopxo](https://github.com/gongfuxiang/shopxo)
* Coding:[https://zongzhige.coding.net/public/shopxo/shopxo/git](https://zongzhige.coding.net/public/shopxo/shopxo/git)
* GitCode:[https://gitcode.com/zongzhige/shopxo](https://gitcode.com/zongzhige/shopxo)
### uniapp手机端源代码平台
* Gitee:[https://gitee.com/zongzhige/shopxo-uniapp](https://gitee.com/zongzhige/shopxo-uniapp)
* GitHub:[https://github.com/gongfuxiang/shopxo-uniapp](https://github.com/gongfuxiang/shopxo-uniapp)
* Coding:[https://zongzhige.coding.net/public/shopxo/uniapp/git](https://zongzhige.coding.net/public/shopxo/uniapp/git)
* GitCode:[https://gitcode.com/zongzhige/shopxo-uniapp](https://gitcode.com/zongzhige/shopxo-uniapp)
* uni-app:[https://ext.dcloud.net.cn/plugin?id=6380](https://ext.dcloud.net.cn/plugin?id=6380)
### DIY图片展示

### 当前DIY端对应ShopXO后端版本
| DIY端 | 后端 |
|----|----|
| v1.0.0 | v6.3.0 |
| v1.1.0 | v6.4.0 |
| v1.2.0 | v6.5.0 |
| v1.3.0 | v6.6.0 |
| v1.4.0 | v6.7.0 |
## 安装依赖包
```sh
npm install
```
### 本地开发调试
```sh
npm run dev
```
### 开发环境
* 想要运行项目,根目录需要存在temp.d.ts文件,否则运行和打包都会报错
```sh
npm run build
```
### 生产环境
* 想要运行项目,根目录需要存在temp_pro.d.ts文件,否则运行和打包都会报错
```sh
npm run build-pro
```