UNPKG
vue-filter-box
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
vue-filter-box is a dynamic filter box base on view-design
github.com/ruofee/vue-filter-box
vue-filter-box
/
vue.config.js
13 lines
(12 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
pages:
{
index:
{
entry:
'demo/main.js'
,
template:
'public/index.html'
,
filename:
'index.html'
, }, },
css:
{
extract:
false
}, }
;