Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friend-nicen/diy
DIY小程序,DIY手机壳,手机壳DIY,DIY制作,相关的小程序前端示例代码,基于UNIAPP,已兼容抖音、微信小程序;
https://github.com/friend-nicen/diy
diy diy-tool
Last synced: 18 days ago
JSON representation
DIY小程序,DIY手机壳,手机壳DIY,DIY制作,相关的小程序前端示例代码,基于UNIAPP,已兼容抖音、微信小程序;
- Host: GitHub
- URL: https://github.com/friend-nicen/diy
- Owner: friend-nicen
- License: mit
- Created: 2023-06-10T01:52:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-02T07:43:08.000Z (6 months ago)
- Last Synced: 2024-10-20T02:59:45.500Z (2 months ago)
- Topics: diy, diy-tool
- Language: Vue
- Homepage: https://douyin.nicen.cn/m.html
- Size: 427 KB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 介绍
一款基于UNIAPP开发的手机壳DIY小程序(前端示例代码),兼容抖音和微信小程序,在线案例:
## 新版体验
移动端访问:
* T恤:[https://douyin.nicen.cn/m.html?project=1](https://douyin.nicen.cn/m.html#/?project=1)
* 手机壳:[https://douyin.nicen.cn/m.html?project=3](https://douyin.nicen.cn/m.html#/?project=3)
* 抱枕:[https://douyin.nicen.cn/m.html?project=4](https://douyin.nicen.cn/m.html#/?project=4)更多...
## 小程序演示
![DIY手机壳](demo.jpg "DIY手机壳")
# 使用方法
1. 下载HBuilderX,导入项目
2. 修改`manifest.json`中的`appid`为你的小程序的appid
3. 安装依赖 "npm i -D"
4. 运行到微信或抖音小程序(无后端代码,需要模拟接口)# 项目结构
```
├─.hbuilderx // HBuilderX配置文件
├─assets // 静态资源
│ ├─css
│ └─image
├─common // 公共方法
│ ├─canvas
│ └─util
├─components // 自定义组件
│ └─driver
├─pages // 页面
│ ├─creative
│ ├─custom-goods
│ ├─index
│ │ ├─addText
│ │ ├─Footer
│ │ ├─Headers
│ │ └─sidebar
│ ├─list
│ ├─make
│ ├─models
│ ├─show
│ └─user
├─service // 接口
├─store // 全局状态
├─static // 静态资源
│ └─tabbar
└─uni_modules // uni-app组件
```# 合作咨询
微信:`good7341`,备注:`DIY小程序`