# 幸运大转盘 **Repository Path**: HeiSeYuanWei/wheel_of_fortune ## Basic Information - **Project Name**: 幸运大转盘 - **Description**: vue框架下的抽奖的大转盘 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2018-06-09 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lucky_wheel > a vue.js lucky_wheel support pc and mobile 在线观看地址 https://landluck.github.io/ > v1.1.0 基于之前 v 1.0.0 的版本做了一些优化,更简单易懂 ## Build Setup ``` bash # 克隆到本地 git clone https://github.com/landluck/lucky_wheel.git # 进入文件夹 cd lucky_wheel # 安装依赖 npm install # 开启本地服务器localhost:8088 npm run dev # 发布环境 npm run build #然后静待你的浏览器打开一个网页,按F12 进入手机模拟器,查看效果最佳(推荐chrome浏览器,前端开发者的必备) #对你有帮助的话,请 star 一下 ``` 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).