UNPKG
@moyi.rk/template-vue-element-admin
Version:
latest (1.0.3)
1.0.3
1.0.0
vue2 element admin template
@moyi.rk/template-vue-element-admin
/
template
/
plopfile.js
8 lines
(6 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
viewGenerator =
require
(
'./plop-templates/view/prompt'
)
const
componentGenerator =
require
(
'./plop-templates/component/prompt'
)
module
.
exports
=
function
(
plop
) { plop.
setGenerator
(
'view'
, viewGenerator) plop.
setGenerator
(
'component'
, componentGenerator) }