vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6. You

 

 

这是由于你安装的是2.9的版本用了3.0的命令html

解决方法:1.用2.9的命令初始化项目 vue init webpack my-projectvue

             2.卸载2.9升级到3.0webpack

相关文章
相关标签/搜索