wujingjing
2025-03-21 197e3949af92e687e9e06bd2daf539b6b665d06d
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)
  // plop.setGenerator('store', storeGenerator)
}