# 大转盘v2 **Repository Path**: isrun/dazhuanpanv2 ## Basic Information - **Project Name**: 大转盘v2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-16 - **Last Updated**: 2021-11-02 ## 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).