-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
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