[vuejs/vue-cli]使用preset在本地调试创建项目,generator.js不起作用
Version
3.0.0
Node and OS info
node 8.11.1 / yarn 1.9.2 / mac 10.13.5
Steps to reproduce
1.根据文档要求,在preset.json同级目录创建Prompts.js 和generator.js
2.使用命令 vue create --preset ./my-preset xxxxx
What is expect