Closed
Description
Currently something like vue init webpack
will make vue-cli download git repo vuejs-template/webpack
, I thought instead we can make it download from npm registry if the template name does not contain /
. For example vue init webpack
would install package vue-template-webpack
, thus everyone can type less to generate from their own template 🤗 just like sao