用于设置配置的webpack cli菜单

时间:2018-03-30 21:47:15

标签: webpack vue.js

我在vue-cli设置中看到类似这样的内容(meta.js

user@ny-laptop ~/Documents/
> $ vue init webpack my-project                                                                                          

? Project name hi
? Project description how do i get this menu?
? Author (user <user@gmail.com>)
...etc

如何为新的webpack项目创建这样的基于菜单的配置?我有一个核心模板,有很多选项,能够提前选择会非常有帮助。

感谢

1 个答案:

答案 0 :(得分:1)

您可以通过向meta.js添加属性来实现。

分步示例:

示例输出(注意第二个问题):

$ vue init acdcjunior/webpack-vue-template my-project-from-my-template

? Project name my-project-from-my-template
? How's the weather today? Very nice, thanks.
? Project description A Vue.js project template by acdcjunior
...

创建的属性可以在模板中使用:

这适用于Vue-cli v2.x