UNPKG
vue-wheel-h5
Version:
latest (1.0.1)
1.0.1
1.0.0
基于vue2.*开发的大转盘抽奖组件,开箱即用!
github.com/iamobj/vue-big-wheel
iamobj/vue-big-wheel
vue-wheel-h5
/
vue.config.js
15 lines
(13 loc)
•
387 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.exports = {
//
因为打包出来的库会将 css 单独提取到 css 文件里,设置 extract 为
false
则会强制内联。
css:
{
extract:
false
},
devServer:
{
//
设置代理
hot:
true
,
//
热加载
host:
'0.0.0.0'
,
//ip
地址
port:
9696
,
//
端口
https:
false
,
//false
关闭https,
true
为开启
open:
false
,
//
自动打开浏览器 } }