butterandfly / project_9

Blog & Remark
0 stars 0 forks source link

yeoman中composeWith怎么设置命令的参数、options? #240

Open butterandfly opened 9 years ago

butterandfly commented 9 years ago
      this.composeWith('create-component', {
        args: ['base'],
        options: {path: 'app_components'}
      });