wujingjing
2025-03-27 90c54c9212866cc5f2568ac950716e5cadf826d3
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)
}