Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wkl007/mpvue-market
mpvue 小程序营销组件
https://github.com/wkl007/mpvue-market
javascript mpvue
Last synced: 3 months ago
JSON representation
mpvue 小程序营销组件
- Host: GitHub
- URL: https://github.com/wkl007/mpvue-market
- Owner: wkl007
- Created: 2018-12-13T10:00:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T09:02:36.000Z (over 5 years ago)
- Last Synced: 2024-07-27T14:35:12.150Z (3 months ago)
- Topics: javascript, mpvue
- Language: Vue
- Homepage:
- Size: 497 KB
- Stars: 42
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpvue - mpvue-market - 基于 mpvue 的小程序营销组件,支持:大转盘、刮刮乐、老虎机、水果机、摇一摇、手势解锁 (示例 / 目录)
README
## mpvue-market
> mpvue小程序营销组件,原版[wxapp-market](https://github.com/o2team/wxapp-market)
## 支持营销玩法
- 大转盘
- 刮刮乐
- 老虎机
- 水果机
- 摇一摇
- 手势解锁## 预览
``` bash
1. git clone
git clone https://github.com/wkl007/mpvue-market.git2. 安装依赖
cd mpvue-market && npm install3. 启动程序
npm run dev4. 预览
打开微信开发者工具,新建项目,将目录指向 /dist/wx 即可
```