Files
hl_zgbz/qd/plopfile.js
USER-20220102CG\noblelift 4e6bb0b95f 新增前端
2022-06-06 15:12:30 +08:00

8 lines
267 B
JavaScript

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)
}