UNPKG
propdoc
Version:
latest (0.9.3)
0.9.3
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
quick and easy documentation of Vue.js components
github.com/propellant/doctor
propellant/doctor
propdoc
/
poi.config.js
10 lines
(9 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
(options,
req)
=>
({
vendor:
false
,
html:
false
,
hash:
false
,
dist:
'lib'
,
filename:
{
js:
'index.js'
}
})