mirror of
https://github.com/kailong321200875/vue-element-plus-admin.git
synced 2024-11-21 00:51:22 +08:00
8 lines
256 B
JavaScript
8 lines
256 B
JavaScript
const viewGenerator = require('./plop/view/prompt.cjs')
|
|
const componentGenerator = require('./plop/component/prompt.cjs')
|
|
|
|
module.exports = function (plop) {
|
|
plop.setGenerator('view', viewGenerator)
|
|
plop.setGenerator('component', componentGenerator)
|
|
}
|