You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 line
267 B

2 年之前
  1. const viewGenerator = require('./plop-templates/view/prompt')
  2. const componentGenerator = require('./plop-templates/component/prompt')
  3. module.exports = function(plop) {
  4. plop.setGenerator('view', viewGenerator)
  5. plop.setGenerator('component', componentGenerator)
  6. }