Files
shopxo-diy/README.md

79 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2024-10-19 20:50:41 +08:00
<p align="center">
<img src="https://shopxoserver.oss-cn-beijing.aliyuncs.com/demo/system/logo.jpg" width="360" />
</p>
2024-10-19 20:50:41 +08:00
<h3 align="center">ShopXO企业级免费开源电商系统 - DIY装修</h3>
2024-10-19 20:50:41 +08:00
<div align="center">
2024-10-19 20:50:41 +08:00
```shell
如果对您有帮助,您可以点右上角 “Star” 收藏一下 ,获取第一时间更新,谢谢!
```
</div>
------------------------------------------------------------------------
2025-04-27 22:21:16 +08:00
2024-10-19 20:50:41 +08:00
### 项目介绍
* 后端支持依托于ShopXO免费开源电商系统开发的DIY装修源码
2025-04-27 22:21:16 +08:00
* 内置几十种标准组件,如(商品、文章、图片魔方、热区、视频、轮播、自定义等等...),支持拖拽可视化自由设计、满足各大行业需求
2024-10-19 20:50:41 +08:00
* 已支持小程序微信、QQ、百度、支付宝、头条&抖音、快手)+ H5 + APP
2024-10-19 20:50:41 +08:00
#### 官方QQ群、答案`shopxo.net`
* 官方DIY群934312116
2024-10-19 20:50:41 +08:00
### 当前项目源代码平台
* 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)
2025-09-27 00:45:19 +08:00
* GitCode[https://gitcode.com/zongzhige/shopxo-diy](https://gitcode.com/zongzhige/shopxo-diy)
2024-10-19 20:50:41 +08:00
### 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)
2025-09-27 00:45:19 +08:00
* GitCode[https://gitcode.com/zongzhige/shopxo](https://gitcode.com/zongzhige/shopxo)
2024-10-19 20:54:29 +08:00
### uniapp手机端源代码平台
2024-10-19 20:50:41 +08:00
* 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)
2025-09-27 00:45:19 +08:00
* GitCode[https://gitcode.com/zongzhige/shopxo-uniapp](https://gitcode.com/zongzhige/shopxo-uniapp)
2024-10-19 20:50:41 +08:00
* uni-app[https://ext.dcloud.net.cn/plugin?id=6380](https://ext.dcloud.net.cn/plugin?id=6380)
2024-10-19 20:50:41 +08:00
### DIY图片展示
![DIY图片](https://shopxoserver.oss-cn-beijing.aliyuncs.com/demo/diy/diy.jpg "DIY图片")
2024-10-22 15:23:04 +08:00
### 当前DIY端对应ShopXO后端版本
| DIY端 | 后端 |
|----|----|
| v1.0.0 | v6.3.0 |
2024-12-22 11:16:15 +08:00
| v1.1.0 | v6.4.0 |
2025-03-03 15:59:12 +08:00
| v1.2.0 | v6.5.0 |
2025-04-27 22:21:16 +08:00
| v1.3.0 | v6.6.0 |
2025-09-26 21:30:42 +08:00
| v1.4.0 | v6.7.0 |
2025-10-25 23:45:49 +08:00
| v1.4.1 | v6.7.1 |
2026-03-03 23:48:28 +08:00
| v1.4.2 | v6.8.0 |
2026-06-02 15:16:02 +08:00
| v1.4.3 | v6.9.0 |
2024-10-22 15:23:04 +08:00
2024-10-19 20:50:41 +08:00
## 安装依赖包
```sh
npm install
```
2024-10-19 20:50:41 +08:00
### 本地开发调试
```sh
npm run dev
```
2024-10-19 20:50:41 +08:00
### 开发环境
* 想要运行项目根目录需要存在temp.d.ts文件否则运行和打包都会报错
```sh
npm run build
2024-10-19 16:35:56 +08:00
```
2024-10-19 20:50:41 +08:00
### 生产环境
* 想要运行项目根目录需要存在temp_pro.d.ts文件否则运行和打包都会报错
2024-10-19 16:35:56 +08:00
```sh
npm run build-pro
2024-10-19 20:50:41 +08:00
```