# Vue大转盘抽奖
**Repository Path**: doudoujun2017/vue_big_turntable_lottery
## Basic Information
- **Project Name**: Vue大转盘抽奖
- **Description**: 基于手机端的Vue大转盘抽奖
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 15
- **Forks**: 5
- **Created**: 2018-03-26
- **Last Updated**: 2024-10-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-luck-draw
> 基于手机端的大转盘抽奖
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```

> 引用
```
以组件的方式引入。
抽中指定商品通过后台返回,在组件里面的OnRotate()
从服务器获取用户真实的获奖信息(对应的获奖序号)
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).