UNPKG

@moyi.rk/template-vue-element-admin

Version:

vue2 element admin template

8 lines (6 loc) 267 B
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) }