You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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